mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-24 06:15:57 +01:00
default autogen to 0
This commit is contained in:
parent
ca432cc589
commit
83547e472d
1 changed files with 2 additions and 0 deletions
|
@ -334,6 +334,8 @@ void ConfigManager::loadConfigLoadVars() {
|
||||||
ConfigManager::currentCategory = ""; // reset the category
|
ConfigManager::currentCategory = ""; // reset the category
|
||||||
ConfigManager::windowRules.clear(); // Clear rules
|
ConfigManager::windowRules.clear(); // Clear rules
|
||||||
|
|
||||||
|
configValues["autogenerated"].intValue = 0;
|
||||||
|
|
||||||
if (loadBar && g_pWindowManager->statusBar) {
|
if (loadBar && g_pWindowManager->statusBar) {
|
||||||
// clear modules as we overwrite them
|
// clear modules as we overwrite them
|
||||||
for (auto& m : g_pWindowManager->statusBar->modules) {
|
for (auto& m : g_pWindowManager->statusBar->modules) {
|
||||||
|
|
Loading…
Reference in a new issue