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:
parent
88209ac2f0
commit
213b15aea3
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user