FIx initial background of main window

This commit is contained in:
Fedor Indutny
2025-11-14 06:04:38 -08:00
committed by GitHub
parent 8fde5d75e6
commit 11aa120c87

View File

@@ -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(),
]);