diff --git a/app/main.main.ts b/app/main.main.ts index edfed60cbf..9fd3394614 100644 --- a/app/main.main.ts +++ b/app/main.main.ts @@ -692,7 +692,7 @@ async function createWindow() { systemTraySettingCache.get(), isTestEnvironment(getEnvironment()) ? '#ffffff' // Tests should always be rendered on a white background - : getBackgroundColor({ signalColors: true }), + : getBackgroundColor(), getSpellCheckSetting(), ]);