This commit is contained in:
Arc
2024-12-19 13:38:25 +00:00
parent 07eb0ecdde
commit 85b2f30a1a
+1 -2
View File
@@ -727,8 +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 ( if (this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) {
this.$q.localStorage.getItem('lnbits.isPrioritySwapped')) {
this.isPrioritySwapped = this.$q.localStorage.getItem( this.isPrioritySwapped = this.$q.localStorage.getItem(
'lnbits.isPrioritySwapped' 'lnbits.isPrioritySwapped'
) )