Added settings links and link for theme (#2860)

This commit is contained in:
Arc
2024-12-20 10:07:50 +02:00
committed by GitHub
parent 78437eaf94
commit 0c5b909c7a
8 changed files with 50 additions and 1 deletions
+4
View File
@@ -214,5 +214,9 @@ window.app = Vue.createApp({
if (this.$q.localStorage.getItem('lnbits.border')) {
this.applyBorder()
}
const hash = window.location.hash.replace('#', '')
if (hash) {
this.tab = hash
}
}
})