Skip to content

Commit

Permalink
86dte9qtm - Neon3 - Migrate Screen - Add behavior to "Start Process i…
Browse files Browse the repository at this point in the history
…n Neon2" Button
  • Loading branch information
ricardoak25 committed Aug 1, 2024
1 parent 3f8abf1 commit dfea196
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/containers/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ const App = ({
const handleDeeplink = useCallback(async (uri: string) => {
await ipc.invoke('restore')

if (uri === 'neon2://open') {
history.push(ROUTES.MIGRATION_NOTICE)
return
}

const realUri = uri.split('uri=').pop()
if (!realUri) return

Expand Down

0 comments on commit dfea196

Please sign in to comment.