From 54cdfcbdc23561a8d8b94a19325406838bde50cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sun, 28 Jan 2024 14:26:24 -0800 Subject: [PATCH] Update SystemUpdate.vala --- src/Backends/SystemUpdate.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backends/SystemUpdate.vala b/src/Backends/SystemUpdate.vala index a7ac634d..bb4fcd72 100644 --- a/src/Backends/SystemUpdate.vala +++ b/src/Backends/SystemUpdate.vala @@ -122,7 +122,7 @@ public class SettingsDaemon.Backends.SystemUpdate : Object { if (security_updates) { notification.set_body (_("A system security update is available")); notification.set_icon (new ThemedIcon ("software-update-urgent")); - notification.set_priority (URGENT); + notification.set_priority (HIGH); } else { notification.set_body (_("A system update is available")); notification.set_icon (new ThemedIcon ("software-update-available"));