diff --git a/rog-control-center/src/notify.rs b/rog-control-center/src/notify.rs index 2a06e87b..0b3a8210 100644 --- a/rog-control-center/src/notify.rs +++ b/rog-control-center/src/notify.rs @@ -150,7 +150,7 @@ pub fn start_notifications(config: Arc>) -> Result<()> { if status != GfxPower::Unknown && status != last_status { if let Ok(config) = enabled_notifications_copy.lock() { if !config.notifications.receive_notify_gfx_status - && !config.notifications.enabled + || !config.notifications.enabled { continue; } diff --git a/rog-control-center/translations/en/rog-control-center.po b/rog-control-center/translations/en/rog-control-center.po index 945c552c..35b63fde 100644 --- a/rog-control-center/translations/en/rog-control-center.po +++ b/rog-control-center/translations/en/rog-control-center.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-04-18 01:48+0000\n" +"POT-Creation-Date: 2024-04-18 02:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"