summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-17 13:04:35 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-17 13:04:35 +1000
commit2a6cc10cfa4f96e079d2205b1d76ecf7d3ec2279 (patch)
treeab71c57190e93c86e5928121e823cf402870f0bb /modules
parentfeat: configurable weather location (diff)
downloadcaelestia-shell-2a6cc10cfa4f96e079d2205b1d76ecf7d3ec2279.tar.gz
caelestia-shell-2a6cc10cfa4f96e079d2205b1d76ecf7d3ec2279.tar.bz2
caelestia-shell-2a6cc10cfa4f96e079d2205b1d76ecf7d3ec2279.zip
launcher: notify on scheme mode change error
Diffstat (limited to 'modules')
-rw-r--r--modules/notifications/Notification.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml
index ebc5ce6..6550e28 100644
--- a/modules/notifications/Notification.qml
+++ b/modules/notifications/Notification.qml
@@ -199,6 +199,8 @@ StyledRect {
return "update";
if (summary.startsWith("file"))
return "folder_copy";
+ if (summary.startsWith("unable to"))
+ return "deployed_code_alert";
if (root.modelData.urgency === NotificationUrgency.Critical)
return "release_alert";
return "chat";