Skip to content

Commit

Permalink
fix: Parse deeplink url at start
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 17, 2023
1 parent 50df02e commit 3359de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ ipcMain.handle('update-theme', (_e, theme) => (nativeTheme.themeSource = theme))
/**
* Define deep link state
*/
let deepLinkUrl = null
let deepLinkUrl = process.argv[1]

/**
* Create a single instance only
Expand Down

0 comments on commit 3359de7

Please sign in to comment.