nxsetup: fix back button after setup (close #855)

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-13 18:45:35 -07:00
parent 25d81987b9
commit 8fb257fa3c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export default defineComponent({
this.localFolders = nativex.getLocalFolders(); this.localFolders = nativex.getLocalFolders();
break; break;
case 4: case 4:
this.$router.push('/'); this.$router.replace('/');
break; break;
} }
}, },