diff options
author | Vaxry <[email protected]> | 2024-02-09 19:42:35 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-02-09 19:42:35 +0000 |
commit | f11766f932dfee2d1f4728862521865b9be84430 (patch) | |
tree | 5b37bd20fb351998c47403707f8b9f8add4d51e7 | |
parent | 56a30712b5c2ccf247e555cf58a35a110fa173d9 (diff) | |
download | Hyprland-f11766f932dfee2d1f4728862521865b9be84430.tar.gz Hyprland-f11766f932dfee2d1f4728862521865b9be84430.zip |
fmt
-rw-r--r-- | src/config/ConfigManager.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 1543b194..7d19bef7 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -1409,10 +1409,9 @@ std::optional<std::string> CConfigManager::handleRawExec(const std::string& comm } std::optional<std::string> CConfigManager::handleExecOnce(const std::string& command, const std::string& args) { - if (isFirstLaunch) { + if (isFirstLaunch) firstExecRequests.push_back(args); - return {}; - } + return {}; } |