Fix starting background color of about window

This commit is contained in:
Fedor Indutny
2025-11-13 13:47:58 -08:00
committed by GitHub
parent c2422fd2fd
commit 0c65bc5284

View File

@@ -1382,7 +1382,7 @@ async function showAbout() {
title: getResolvedMessagesLocale().i18n('icu:aboutSignalDesktop'),
titleBarStyle: nonMainTitleBarStyle,
autoHideMenuBar: true,
backgroundColor: await getBackgroundColor({ signalColors: true }),
backgroundColor: await getBackgroundColor(),
show: false,
webPreferences: {
...defaultWebPrefs,