From c96d7eda53f5eb73cf4d3c850de2f444035ae8f3 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Fri, 8 Dec 2023 17:02:05 +0700 Subject: Confirm that all supposedly boolean hints take strings --- src/notifier.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notifier.c b/src/notifier.c index 73f62b4..5f0562e 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -379,6 +379,7 @@ notification_show(IndicatorPowerNotifier * self) } #ifdef LOMIRI_FEATURES_ENABLED if (are_lomiri_snap_decisions_supported(self)) { + /* Yes, all supposedly boolean values take strings... */ notify_notification_set_hint(nn, "x-lomiri-snap-decisions", g_variant_new_string("true")); notify_notification_set_hint(nn, "x-lomiri-non-shaped-icon", g_variant_new_string("true")); notify_notification_set_hint(nn, "x-lomiri-private-affirmative-tint", g_variant_new_string("true")); -- cgit v1.2.3