Skip to content

Commit 8875775

Browse files
committed
Use phone-hangup sound
1 parent 163681c commit 8875775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DBus.vala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,11 @@ public class Notifications.Server : Object {
238238

239239
switch (category) {
240240
case "call":
241-
case "call.ended":
242241
sound = "dialog-information";
243242
break;
243+
case "call.ended":
244+
sound = "phone-hangup";
245+
break;
244246
case "call.incoming":
245247
sound = "phone-incoming-call";
246248
break;

0 commit comments

Comments
 (0)