From cf943b8c9564a0cc8d215a7bc76a147bdd027aaf Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sat, 9 Sep 2023 08:27:33 +0200 Subject: Drop custom notification hints --- src/info-notification.vala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/info-notification.vala') 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 (); } -- cgit v1.2.3