From f9d068cf2c02b0d1aac4f5f1e9c9a1cbdcfb5845 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Jan 2023 21:48:27 +0000 Subject: [PATCH] Forces featured first --- lnbits/core/templates/core/install.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index d9f618444..fe6ed6e8d 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -477,6 +477,7 @@ inProgress: false })) this.filteredExtensions = this.extensions.concat([]) + this.handleTabChanged("featured") }, mixins: [windowMixin] })