From 213b15aea38e692c2b01866b621cf28625c560e0 Mon Sep 17 00:00:00 2001 From: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com> Date: Sat, 27 Aug 2022 19:49:19 -0400 Subject: [PATCH] Reduce white flicker on launch --- main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main/index.js b/main/index.js index fa26a43..e9aedb2 100644 --- a/main/index.js +++ b/main/index.js @@ -36,6 +36,7 @@ app.on("ready", async () => { height: 700, minHeight: 500, minWidth: 500, + backgroundColor: "#171717", webPreferences: { devTools: isDev, autoHideMenuBar: true,