diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-09-09 02:52:17 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-09-09 02:52:17 -0400 |
commit | 2ecbacc9243080c89c415a68b65eef34a1054a53 (patch) | |
tree | 303bf41e15f8f273501eeeaac22dc38a0ff4d136 /src/settings.hpp | |
parent | 84eb56d6b1f6d0fee4b909e3a96c66b6ad1311f7 (diff) | |
parent | a78fdd386f93db366d7327aa736624ad8bc1aa6f (diff) | |
download | abaddon-portaudio-2ecbacc9243080c89c415a68b65eef34a1054a53.tar.gz abaddon-portaudio-2ecbacc9243080c89c415a68b65eef34a1054a53.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon
Diffstat (limited to 'src/settings.hpp')
-rw-r--r-- | src/settings.hpp | 2 |
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" }; |