Skip to content

Commit

Permalink
nxsetup: fix back button after setup (close #855)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Oct 14, 2023
1 parent 25d8198 commit 8fb257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default defineComponent({
this.localFolders = nativex.getLocalFolders();
break;
case 4:
this.$router.push('/');
this.$router.replace('/');
break;
}
},
Expand Down

0 comments on commit 8fb257f

Please sign in to comment.