aboutsummaryrefslogtreecommitdiff
path: root/src/warn-notification.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/warn-notification.vala')
-rw-r--r--src/warn-notification.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/warn-notification.vala b/src/warn-notification.vala
index 3c473d3..6a08431 100644
--- a/src/warn-notification.vala
+++ b/src/warn-notification.vala
@@ -31,9 +31,9 @@ public class IndicatorSound.WarnNotification: Notification
_("Volume"),
_("Allow volume above safe level?\nHigh volume can damage your hearing."),
"audio-volume-high");
- n.set_hint ("x-ayatana-non-shaped-icon", "true");
- n.set_hint ("x-ayatana-snap-decisions", "true");
- n.set_hint ("x-ayatana-private-affirmative-tint", "true");
+ n.set_hint ("x-lomiri-non-shaped-icon", "true");
+ n.set_hint ("x-lomiri-snap-decisions", "true");
+ n.set_hint ("x-lomiri-private-affirmative-tint", "true");
n.closed.connect ((n) => {
n.clear_actions ();
});