F11 키로 fullscreen 하는 것 방지.

This commit is contained in:
leejinho 2020-03-25 09:37:11 +09:00
parent 4d6c20bf9d
commit a569f9b1da

View File

@ -61,6 +61,7 @@ export class AppWindow {
},
acceptFirstMouse: true,
icon: this.appIconPath,
fullscreenable: false,
show: false
};