Skip to content

Commit

Permalink
Fix forward button being enabled after clicking on forward button (#4462
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kommunarr authored Dec 21, 2023
1 parent 6541695 commit 57930d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default defineComponent({
})

this.$router.onReady(() => {
if (this.$router.currentRoute.path === '/' && this.landingPage !== '/subscriptions') {
if (this.$router.currentRoute.path === '/') {
this.$router.replace({ path: this.landingPage })
}
})
Expand Down

0 comments on commit 57930d8

Please sign in to comment.