Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
OothecaPickle committed Dec 5, 2024
1 parent fe771a7 commit a3a91e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ function runApp() {
mainWindow.webContents.send(IpcChannels.OPEN_URL, url)
} else {
startupUrl = url
createWindow()
}
}
}
Expand Down Expand Up @@ -1497,6 +1498,7 @@ function runApp() {
mainWindow.webContents.send(IpcChannels.OPEN_URL, baseUrl(url))
} else {
startupUrl = baseUrl(url)
if (app.isReady()) createWindow()
}
})

Expand Down

0 comments on commit a3a91e3

Please sign in to comment.