mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +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(),
|
systemTraySettingCache.get(),
|
||||||
isTestEnvironment(getEnvironment())
|
isTestEnvironment(getEnvironment())
|
||||||
? '#ffffff' // Tests should always be rendered on a white background
|
? '#ffffff' // Tests should always be rendered on a white background
|
||||||
: getBackgroundColor({ signalColors: true }),
|
: getBackgroundColor(),
|
||||||
getSpellCheckSetting(),
|
getSpellCheckSetting(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user