mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 19:58:16 +02:00
reset autogenerated status on config load
This commit is contained in:
parent
b5e4126931
commit
9062b3b274
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue