minimize is modified
This commit is contained in:
parent
aac8802822
commit
0a419bcc15
|
@ -88,7 +88,7 @@ export class AppWindow {
|
|||
this.window.on(ElectronBrowserWindowChannel.Minimize, e => {
|
||||
if (!quitting) {
|
||||
e.preventDefault();
|
||||
this.window.hide();
|
||||
this.window.minimize();
|
||||
}
|
||||
});
|
||||
this.window.on(ElectronBrowserWindowChannel.Close, e => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user