From f178c361b35bd0aa668c732c75cd039af3fc6237 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:54:59 +1000 Subject: sidebar: notifpane -> alerts --- src/modules/notifpopups.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/notifpopups.tsx') 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(); } -- cgit v1.2.3-freya