summaryrefslogtreecommitdiff
path: root/src/modules/popdowns/notifications.tsx
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-17 00:16:40 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-17 00:16:40 +1100
commit0518ec4214583bcc26f5b052f02fd93b12a00a77 (patch)
tree0cfac1c39d54a504215a4b98c8be271e66759295 /src/modules/popdowns/notifications.tsx
parentrefactor: move popdowns to own folder (diff)
downloadcaelestia-shell-0518ec4214583bcc26f5b052f02fd93b12a00a77.tar.gz
caelestia-shell-0518ec4214583bcc26f5b052f02fd93b12a00a77.tar.bz2
caelestia-shell-0518ec4214583bcc26f5b052f02fd93b12a00a77.zip
bluetoothdevices: make popup window
Diffstat (limited to 'src/modules/popdowns/notifications.tsx')
-rw-r--r--src/modules/popdowns/notifications.tsx2
1 files changed, 1 insertions, 1 deletions
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",