mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-04 19:26:00 +01:00
fmt
This commit is contained in:
parent
56a30712b5
commit
f11766f932
1 changed files with 2 additions and 3 deletions
|
@ -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) {
|
std::optional<std::string> CConfigManager::handleExecOnce(const std::string& command, const std::string& args) {
|
||||||
if (isFirstLaunch) {
|
if (isFirstLaunch)
|
||||||
firstExecRequests.push_back(args);
|
firstExecRequests.push_back(args);
|
||||||
return {};
|
|
||||||
}
|
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue