summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-12-30 02:26:45 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-12-30 02:26:45 -0500
commitdaa57bf00ee3895aa9d863a2ae72232ad7733a3f (patch)
tree0cf06d1094db3d896db21266e646a6ce43ff9a94 /src/settings.hpp
parent862079c4925a2511b9b8065b73785d7646f84b51 (diff)
parent9b2475538a55b0f95b9d05c50209b9f9efcb63e1 (diff)
downloadabaddon-portaudio-daa57bf00ee3895aa9d863a2ae72232ad7733a3f.tar.gz
abaddon-portaudio-daa57bf00ee3895aa9d863a2ae72232ad7733a3f.zip
Merge branch 'master' into classic-channels
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 419734c..42f4838 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -47,10 +47,11 @@ public:
// [notifications]
#ifdef _WIN32
bool NotificationsEnabled { false };
+ bool NotificationsPlaySound { false };
#else
bool NotificationsEnabled { true };
-#endif
bool NotificationsPlaySound { true };
+#endif
// [voice]
#ifdef WITH_RNNOISE