From d2ff7112aac4f65106b99a92fb5f3492e7e5a827 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:06:54 -0500 Subject: add notification sounds only to windows --- src/settings.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/settings.hpp') 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 -- cgit v1.2.3