fix(auth): destroy window when exiting from tray
This commit is contained in:
parent
4dbc8ab31e
commit
8c3c0b2128
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class _AppState extends State<App> with WindowListener, TrayListener {
|
|||
windowManager.show();
|
||||
break;
|
||||
case 'exit_app':
|
||||
windowManager.close();
|
||||
windowManager.destroy();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue