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
@@ -122,6 +122,10 @@ window.app = Vue.createApp({
this.getSettings()
this.getAudit()
this.balance = +'{{ balance|safe }}'
const hash = window.location.hash.replace('#', '')
if (hash) {
this.tab = hash
}
},
computed: {
lnbitsVersion() {