Skip to content

Commit

Permalink
replace windowManager.show() with windowManager.restore()
Browse files Browse the repository at this point in the history
  • Loading branch information
levkropp committed Sep 12, 2024
1 parent fa2b290 commit c4dcfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/lib/tray_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Future<void> _updateTrayMenu(
if (providerContainer.exists(provider)) {
providerContainer.read(provider.notifier).start();
}
windowManager.show();
windowManager.restore();
},
);
} else {
Expand Down

0 comments on commit c4dcfd1

Please sign in to comment.