mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix starting background color of about window
This commit is contained in:
@@ -1382,7 +1382,7 @@ async function showAbout() {
|
|||||||
title: getResolvedMessagesLocale().i18n('icu:aboutSignalDesktop'),
|
title: getResolvedMessagesLocale().i18n('icu:aboutSignalDesktop'),
|
||||||
titleBarStyle: nonMainTitleBarStyle,
|
titleBarStyle: nonMainTitleBarStyle,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
backgroundColor: await getBackgroundColor({ signalColors: true }),
|
backgroundColor: await getBackgroundColor(),
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
...defaultWebPrefs,
|
...defaultWebPrefs,
|
||||||
|
|||||||
Reference in New Issue
Block a user