summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-09-27 00:36:11 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-09-27 00:36:11 -0400
commit0571a05497ff628ceba8c7752dc3dd4104b1e0ea (patch)
tree0f145ca323b88dc6300a6a2077312d57beef4697 /src/settings.hpp
parent90437de2c031f6cf0b58603d9cb5582064176374 (diff)
parent3027e00905b19282a4f501a26f7a4f71bc6940ea (diff)
downloadabaddon-portaudio-0571a05497ff628ceba8c7752dc3dd4104b1e0ea.tar.gz
abaddon-portaudio-0571a05497ff628ceba8c7752dc3dd4104b1e0ea.zip
Merge branch 'master' into voice
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 3c9aebb..7f5e015 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -28,6 +28,8 @@ public:
#endif
bool Unreads { true };
+ bool HideToTray { false };
+
// [http]
int CacheHTTPConcurrency { 20 };
std::string UserAgent { "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36" };