FIx initial background of main window

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-11-17 10:58:14 -06:00
committed by GitHub
parent 5dd26d394f
commit efc01838ca

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