summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 53f3423..40cb1d3 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -52,6 +52,9 @@ public:
bool NotificationsEnabled { true };
#endif
bool NotificationsPlaySound { true };
+
+ // [windows]
+ bool HideConsole { false };
};
SettingsManager(const std::string &filename);