Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
93bf5652d2
2 changed files with 4 additions and 2 deletions
|
@ -972,7 +972,9 @@ const app = new Vue({
|
||||||
this.appRoute(window.location.hash)
|
this.appRoute(window.location.hash)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.resumeTabs()
|
if(this.page != "home") {
|
||||||
|
this.resumeTabs()
|
||||||
|
}
|
||||||
this.mediaKeyFixes()
|
this.mediaKeyFixes()
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
|
@ -1301,7 +1301,7 @@
|
||||||
}, watch: {
|
}, watch: {
|
||||||
tabIndex: function (val) {
|
tabIndex: function (val) {
|
||||||
if (this.canChangeHash) {
|
if (this.canChangeHash) {
|
||||||
window.location.hash = `#settings/${val}`
|
// window.location.hash = `#settings/${val}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue