Skip to content

Commit

Permalink
Use warning instead of critical
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Aug 21, 2023
1 parent 71944d2 commit 2905d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/NotificationsList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public class Notifications.NotificationsList : Gtk.ListBox {
notification_entry.clear ();
close_popover ();
} catch (Error e) {
critical ("Unable to launch app: %s", e.message);
warning ("Unable to launch app: %s", e.message);
}
}
}
Expand Down

0 comments on commit 2905d1b

Please sign in to comment.