This commit is contained in:
arcbtc
2024-12-19 13:35:53 +00:00
parent 6f44b755e4
commit b23e8ea781
+1 -1
View File
@@ -727,7 +727,7 @@ window.app = Vue.createApp({
this.$q.localStorage.set('lnbits.disclaimerShown', true) this.$q.localStorage.set('lnbits.disclaimerShown', true)
} }
// check blanace priority // check blanace priority
if (this.$q.localStorage.getItem('lnbits.isPrioritySwapped') && this.g.wallet.currenc) { if (this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) {
this.isPrioritySwapped = this.$q.localStorage.getItem( this.isPrioritySwapped = this.$q.localStorage.getItem(
'lnbits.isPrioritySwapped' 'lnbits.isPrioritySwapped'
) )