From 06f2d4425c462e2098c58832cdf47a760676d30f Mon Sep 17 00:00:00 2001
From: Kukks
Date: Mon, 24 Jan 2022 13:12:12 +0100
Subject: [PATCH] re-add theme ui extension
---
BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml | 1 +
1 file changed, 1 insertion(+)
diff --git a/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml b/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml
index 51fa2498d..fbc85fcd2 100644
--- a/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml
+++ b/BTCPayServer/Views/UIStores/CheckoutAppearance.cshtml
@@ -97,6 +97,7 @@
Dark |
Legacy
+ @await Component.InvokeAsync("UiExtensionPoint", new { location = "invoice-checkout-theme-options", model = Model })