Merge pull request #1427 from lnbits/fixinstallfeatured

Forces featured first
This commit is contained in:
Arc 2023-01-29 23:42:37 +00:00 committed by GitHub
commit aefbced978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -477,6 +477,7 @@
inProgress: false
}))
this.filteredExtensions = this.extensions.concat([])
this.handleTabChanged('featured')
},
mixins: [windowMixin]
})