mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-24 05:47:06 +03:00
reset autogenerated status on config load
This commit is contained in:
parent
7996abc8ed
commit
25299b80bb
@ -284,6 +284,7 @@ void CConfigManager::loadConfigLoadVars() {
|
||||
Debug::log(LOG, "Reloading the config!");
|
||||
parseError = ""; // reset the error
|
||||
currentCategory = ""; // reset the category
|
||||
configValues["autogenerated"].intValue = 0; // reset autogenerated status
|
||||
|
||||
m_dMonitorRules.clear();
|
||||
m_dWindowRules.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user