mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
FIx initial background of main window
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -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(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user