summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
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