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) {