diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-30 02:26:45 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-30 02:26:45 -0500 |
commit | daa57bf00ee3895aa9d863a2ae72232ad7733a3f (patch) | |
tree | 0cf06d1094db3d896db21266e646a6ce43ff9a94 /src/settings.hpp | |
parent | 862079c4925a2511b9b8065b73785d7646f84b51 (diff) | |
parent | 9b2475538a55b0f95b9d05c50209b9f9efcb63e1 (diff) | |
download | abaddon-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.hpp | 3 |
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 |