From 3f4ccefc78e31a306c48149253c592be3e663a26 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 10 Mar 2023 19:15:03 -0500 Subject: refactor notification sounds cmake option --- src/notifications/notifier.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/notifications/notifier.hpp') diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp index 869b918..987b123 100644 --- a/src/notifications/notifier.hpp +++ b/src/notifications/notifier.hpp @@ -2,8 +2,8 @@ #include #include -#ifdef WITH_MINIAUDIO -#include +#ifdef ENABLE_NOTIFICATION_SOUNDS + #include #endif class Notifier { -- cgit v1.2.3