fix #1555: auto-saving files when minimize options is enabled

This commit is contained in:
antelle 2020-11-19 23:37:09 +01:00
parent 543a71f6f2
commit 31390eac80
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ class AppView extends View {
minimizeInsteadOfClose
) {
Launcher.minimizeApp();
this.appMinimized();
return Launcher.preventExit(e);
}
}