1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

Reduce white flicker on launch

This commit is contained in:
Xander Frangos 2022-08-27 19:49:19 -04:00
parent 88209ac2f0
commit 213b15aea3

View File

@ -36,6 +36,7 @@ app.on("ready", async () => {
height: 700, height: 700,
minHeight: 500, minHeight: 500,
minWidth: 500, minWidth: 500,
backgroundColor: "#171717",
webPreferences: { webPreferences: {
devTools: isDev, devTools: isDev,
autoHideMenuBar: true, autoHideMenuBar: true,