From 96c13e16e63c5f0d43275fd0205a2b74d5b4232d Mon Sep 17 00:00:00 2001 From: Udhay-Adithya Date: Wed, 24 Sep 2025 19:33:57 +0530 Subject: [PATCH] feat: toggle active state in dashbot window notifier on user interaction --- lib/dashbot/dashbot_tab.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/dashbot/dashbot_tab.dart b/lib/dashbot/dashbot_tab.dart index d112ffd5..bdd8c908 100644 --- a/lib/dashbot/dashbot_tab.dart +++ b/lib/dashbot/dashbot_tab.dart @@ -87,6 +87,10 @@ class _DashbotTabState extends ConsumerState .read(dashbotWindowNotifierProvider.notifier) .togglePopped(); + ref + .read(dashbotWindowNotifierProvider.notifier) + .toggleActive(); + final newState = ref.read(dashbotWindowNotifierProvider); if (newState.isPopped) {