diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:54:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:54:59 +1000 |
| commit | f178c361b35bd0aa668c732c75cd039af3fc6237 (patch) | |
| tree | afdafafb7c36b9751fda1ff2b9449c765d7ccbcf /src/modules/notifpopups.tsx | |
| parent | navbar: add special workspace toggles (diff) | |
| download | caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.gz caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.bz2 caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.zip | |
sidebar: notifpane -> alerts
Diffstat (limited to 'src/modules/notifpopups.tsx')
| -rw-r--r-- | src/modules/notifpopups.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifpopups.tsx b/src/modules/notifpopups.tsx index c8f4e13..cb5984d 100644 --- a/src/modules/notifpopups.tsx +++ b/src/modules/notifpopups.tsx @@ -39,7 +39,7 @@ export default ({ monitor }: { monitor: Monitor }) => ( if (notification.actions.length === 1) notification.invoke(notification.actions[0].id); else { - sidebar?.shown.set("notifpane"); + sidebar?.shown.set("alerts"); sidebar?.show(); popup.destroyWithAnims(); } |