We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9237594 commit daf9c41Copy full SHA for daf9c41
applets/volume/volume.vala
@@ -225,7 +225,9 @@ public class VolumeIconExporter : ItemExporter
225
notification.val = (int) level;
226
notification.app_icon = lookup_current_icon((long) level);
227
notification.title = tool_tip.title;
228
+#if !CANBERRA
229
notification.sound_name = "audio-volume-change";
230
+#endif
231
notification.send();
232
}
233
0 commit comments