Skip to content

Commit

Permalink
Fix merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Oct 21, 2020
1 parent a007c70 commit 0229f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DBus.vala
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public class Notifications.Server : Object {
}
}
if (app_settings.get_boolean ("sounds")) {
switch (priority) {
switch (notification.priority) {
case GLib.NotificationPriority.HIGH:
case GLib.NotificationPriority.URGENT:
send_sound (hints, "dialog-urgent");
Expand Down

0 comments on commit 0229f10

Please sign in to comment.