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 => {
|
this.window.on(ElectronBrowserWindowChannel.Minimize, e => {
|
||||||
if (!quitting) {
|
if (!quitting) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.window.hide();
|
this.window.minimize();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.window.on(ElectronBrowserWindowChannel.Close, e => {
|
this.window.on(ElectronBrowserWindowChannel.Close, e => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user