From 7832ab5d2a24cc951ad411649b74defd46afb224 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:40:07 -0400 Subject: add runtime option to hide console on windows --- src/settings.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/settings.hpp') 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); -- cgit v1.2.3