From 28d1ed6ab3ca672e28be25bc770cea68ca18499b Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Thu, 18 Apr 2024 13:58:25 +1200 Subject: [PATCH] Fix broke logix --- rog-control-center/src/notify.rs | 2 +- rog-control-center/translations/en/rog-control-center.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"