From 0518ec4214583bcc26f5b052f02fd93b12a00a77 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:16:40 +1100 Subject: bluetoothdevices: make popup window --- src/modules/popdowns/notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/popdowns/notifications.tsx') diff --git a/src/modules/popdowns/notifications.tsx b/src/modules/popdowns/notifications.tsx index bb08c13..4ab0095 100644 --- a/src/modules/popdowns/notifications.tsx +++ b/src/modules/popdowns/notifications.tsx @@ -51,7 +51,7 @@ export default () => ( { label: "Silence", onClicked: () => (AstalNotifd.get_default().dontDisturb = !AstalNotifd.get_default().dontDisturb), - className: bind(AstalNotifd.get_default(), "dontDisturb").as(d => (d ? "enabled" : "")), + enabled: bind(AstalNotifd.get_default(), "dontDisturb"), }, { label: "Clear", -- cgit v1.2.3-freya