From 8b6b01cd69321d5a8393dc8c9a8d5bb783609153 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Wed, 5 Dec 2018 15:23:27 +0000 Subject: [PATCH] fix: flash of white while menubar loads Set the background to navy to match the bg color when the menu loads License: MIT Signed-off-by: Oli Evans --- src/menubar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menubar/index.js b/src/menubar/index.js index a08eb1820..96c65748b 100644 --- a/src/menubar/index.js +++ b/src/menubar/index.js @@ -15,7 +15,7 @@ export default async function (ctx) { skipTaskbar: true, width: 280, height: 385, - backgroundColor: '#ffffff', + backgroundColor: '#0b3a53', webPreferences: { nodeIntegration: true }