temp removed settings tab memory
- temporarily removed settings tab being preserved with navigation - fixed startup page flashing
This commit is contained in:
parent
dcec6ded34
commit
204d4f88bd
2 changed files with 4 additions and 2 deletions
|
@ -972,7 +972,9 @@ const app = new Vue({
|
|||
this.appRoute(window.location.hash)
|
||||
}
|
||||
|
||||
this.resumeTabs()
|
||||
if(this.page != "home") {
|
||||
this.resumeTabs()
|
||||
}
|
||||
this.mediaKeyFixes()
|
||||
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue