get bookmark promp fired on new wallet

This commit is contained in:
Tiago vasconcelos
2022-05-17 12:16:41 +01:00
parent 4391cd6fc0
commit 98891b7680
2 changed files with 7 additions and 11 deletions
+1 -4
View File
@@ -691,10 +691,7 @@ new Vue({
},
mounted: function () {
// show disclaimer
if (
this.$refs.disclaimer &&
!this.$q.localStorage.getItem('lnbits.disclaimerShown')
) {
if (!this.$q.localStorage.getItem('lnbits.disclaimerShown')) {
this.disclaimerDialog.show = true
this.$q.localStorage.set('lnbits.disclaimerShown', true)
}