From 8311eed7a6ed67a41866935f8644707516c05ecd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:02:51 +1000 Subject: internal: move notif icon lower --- utils/Icons.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/Icons.qml b/utils/Icons.qml index 826ccbe..76eef43 100644 --- a/utils/Icons.qml +++ b/utils/Icons.qml @@ -147,6 +147,7 @@ Singleton { } function getNotifIcon(summary: string, urgency: int): string { + summary = summary.toLowerCase(); if (summary.includes("reboot")) return "restart_alt"; if (summary.includes("recording")) -- cgit v1.2.3-freya