fix(auth): destroy window when exiting from tray

This commit is contained in:
Prateek Sunal 2024-05-22 13:30:42 +05:30
parent 4dbc8ab31e
commit 8c3c0b2128

View file

@ -189,7 +189,7 @@ class _AppState extends State<App> with WindowListener, TrayListener {
windowManager.show();
break;
case 'exit_app':
windowManager.close();
windowManager.destroy();
break;
}
}