mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix broke logix
This commit is contained in:
@@ -150,7 +150,7 @@ pub fn start_notifications(config: Arc<Mutex<Config>>) -> Result<()> {
|
|||||||
if status != GfxPower::Unknown && status != last_status {
|
if status != GfxPower::Unknown && status != last_status {
|
||||||
if let Ok(config) = enabled_notifications_copy.lock() {
|
if let Ok(config) = enabled_notifications_copy.lock() {
|
||||||
if !config.notifications.receive_notify_gfx_status
|
if !config.notifications.receive_notify_gfx_status
|
||||||
&& !config.notifications.enabled
|
|| !config.notifications.enabled
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user