summaryrefslogtreecommitdiffstats
path: root/AppSettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AppSettings.cpp')
-rw-r--r--AppSettings.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/AppSettings.cpp b/AppSettings.cpp
index 403af1dc..8b0265eb 100644
--- a/AppSettings.cpp
+++ b/AppSettings.cpp
@@ -67,6 +67,7 @@ AppSettings::AppSettings(QObject *parent) :
registerSetting(new Setting("PreLaunchCommand", ""));
registerSetting(new Setting("PostExitCommand", ""));
- // The cat
- registerSetting(new Setting("TheCat", false));
+ // Misc
+ registerSetting(new Setting("TheCat", false)); // The Cat
+ registerSetting(new Setting("NoHide", false)); // Shall the main window hide on instance launch
}