aboutsummaryrefslogtreecommitdiff
path: root/src/info-notification.vala
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-09-09 08:27:33 +0200
committerRobert Tari <robert@tari.in>2023-09-09 08:27:33 +0200
commitcf943b8c9564a0cc8d215a7bc76a147bdd027aaf (patch)
treeb72c36d0a279e44b6deeebda91ebebe5ce5ec94e /src/info-notification.vala
parent8dbb8ab50726131dd97ee87438559da6c46f3fab (diff)
downloadayatana-indicator-sound-cf943b8c9564a0cc8d215a7bc76a147bdd027aaf.tar.gz
ayatana-indicator-sound-cf943b8c9564a0cc8d215a7bc76a147bdd027aaf.tar.bz2
ayatana-indicator-sound-cf943b8c9564a0cc8d215a7bc76a147bdd027aaf.zip
Drop custom notification hints
Diffstat (limited to 'src/info-notification.vala')
-rw-r--r--src/info-notification.vala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/info-notification.vala b/src/info-notification.vala
index 1405dfe..4379acf 100644
--- a/src/info-notification.vala
+++ b/src/info-notification.vala
@@ -50,9 +50,6 @@ public class IndicatorSound.InfoNotification: Notification
n.update (_("Volume"), volume_label, icon);
n.clear_hints();
- n.set_hint ("x-lomiri-non-shaped-icon", "true");
- n.set_hint ("x-lomiri-private-synchronous", "true");
- n.set_hint ("x-lomiri-value-bar-tint", is_high_volume ? "true" : "false");
n.set_hint ("value", ((int32)((volume * 100.0) + 0.5)).clamp(0, 100));
show_notification ();
}