Use content size as electron window size

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2020-11-24 14:13:54 +01:00
parent f3ff99b5a9
commit dad599621b

View File

@ -133,7 +133,7 @@ async function createMainWindow() {
width, width,
height, height,
frame: !fullscreen, frame: !fullscreen,
useContentSize: false, useContentSize: true,
show: false, show: false,
resizable: false, resizable: false,
maximizable: false, maximizable: false,