1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +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,
minHeight: 500,
minWidth: 500,
backgroundColor: "#171717",
webPreferences: {
devTools: isDev,
autoHideMenuBar: true,