From f8533934f485c30b7bb72682c8ce3a3e2f6d8cc9 Mon Sep 17 00:00:00 2001 From: rockstardev <5191402+rockstardev@users.noreply.github.com> Date: Thu, 8 May 2025 17:01:30 -0500 Subject: [PATCH] Providing extension points for wallet setup --- BTCPayServer/Views/UIStores/Dashboard.cshtml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Views/UIStores/Dashboard.cshtml b/BTCPayServer/Views/UIStores/Dashboard.cshtml index 4eabe224a..78e350eba 100644 --- a/BTCPayServer/Views/UIStores/Dashboard.cshtml +++ b/BTCPayServer/Views/UIStores/Dashboard.cshtml @@ -71,13 +71,15 @@
Set up a Lightning node
- +
Set up a wallet
+ } @@ -112,10 +114,10 @@ else @if (Model.Network is BTCPayNetwork) { - @if (!Model.WalletEnabled) { - +
Set up a wallet
@@ -137,7 +139,8 @@ else { if (!Model.LightningEnabled) { -
+
Set up a Lightning node
@@ -155,6 +158,7 @@ else
} } +
}