mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 11:45:58 +01:00
tick config after reload request
This commit is contained in:
parent
e9f226797e
commit
d8dbe26f31
1 changed files with 2 additions and 0 deletions
|
@ -530,6 +530,8 @@ std::string reloadRequest(std::string request) {
|
|||
g_pConfigManager->m_bNoMonitorReload = true;
|
||||
}
|
||||
|
||||
g_pConfigManager->tick();
|
||||
|
||||
return "ok";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue