diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-06-17 16:40:07 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-06-17 16:40:07 -0400 |
commit | 7832ab5d2a24cc951ad411649b74defd46afb224 (patch) | |
tree | 4f30f1a4b4eb9672e6313cfd06e9ac9ae942a463 /src/settings.hpp | |
parent | 5b9a9bbc9ab2796074b38378f9d98d10c422c6d4 (diff) | |
download | abaddon-portaudio-7832ab5d2a24cc951ad411649b74defd46afb224.tar.gz abaddon-portaudio-7832ab5d2a24cc951ad411649b74defd46afb224.zip |
add runtime option to hide console on windows
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 3 |
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); |