Skip to content

Commit

Permalink
Update SystemUpdate.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jan 28, 2024
1 parent 1c9804e commit 54cdfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backends/SystemUpdate.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 54cdfcb

Please sign in to comment.