Skip to content

Commit

Permalink
fix window not being focused on startup (macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
OothecaPickle committed Dec 4, 2024
1 parent 8090b4b commit 51c158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ function runApp() {
{
replaceMainWindow = true,
windowStartupUrl = null,
showWindowNow = false,
showWindowNow = true,
searchQueryText = null
} = { }) {
// Syncing new window background to theme choice.
Expand Down

0 comments on commit 51c158d

Please sign in to comment.