From 0c65bc52841d4c5fb828055fe6060af3e130b1e1 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:47:58 -0800 Subject: [PATCH] Fix starting background color of about window --- app/main.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.main.ts b/app/main.main.ts index d9016c77fc..edfed60cbf 100644 --- a/app/main.main.ts +++ b/app/main.main.ts @@ -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,