Skip to content

Commit

Permalink
Merge pull request #2742 from CityOfZion/CU-86dte9qtm
Browse files Browse the repository at this point in the history
86dte9qtm - Neon3 - Migrate Screen - Add behavior to "Start Process i…
  • Loading branch information
raulduartep authored Aug 2, 2024
2 parents 3f8abf1 + dfea196 commit daeb319
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 daeb319

Please sign in to comment.