diff options
| author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-29 02:06:54 -0500 |
|---|---|---|
| committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-29 02:06:54 -0500 |
| commit | d2ff7112aac4f65106b99a92fb5f3492e7e5a827 (patch) | |
| tree | 76fbf7b9cdd60ad0dd20fe3ab0c9ee70e21e1de6 /src/settings.hpp | |
| parent | 15d94ba4ae53863df04e8200e04dcf65db0c0396 (diff) | |
| download | abaddon-portaudio-d2ff7112aac4f65106b99a92fb5f3492e7e5a827.tar.gz abaddon-portaudio-d2ff7112aac4f65106b99a92fb5f3492e7e5a827.zip | |
add notification sounds only to windows
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 |
