From 196a96c4c899d07a14f6ef0f0b0947426d9cfa31 Mon Sep 17 00:00:00 2001 From: covidisahoax Date: Tue, 3 Dec 2024 16:02:32 -0800 Subject: [PATCH] fix window not being focused on startup (macOS) --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index ab0b59075b4dd..4b821880b423a 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -630,7 +630,7 @@ function runApp() { { replaceMainWindow = true, windowStartupUrl = null, - showWindowNow = false, + showWindowNow = true, searchQueryText = null } = { }) { // Syncing new window background to theme choice.