Removing extra setting, depending on Custom CSS for bundled themes

This commit is contained in:
rockstardev
2020-03-28 14:10:18 -06:00
parent fdad5a47d5
commit ee0ef2881a
8 changed files with 27 additions and 32 deletions

View File

@@ -27,7 +27,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string CustomCSSLink { get; set; }
public string CustomLogoLink { get; set; }
public string HtmlTitle { get; set; }
public string CheckoutTheme { get; set; }
public string DefaultLang { get; set; }
public bool LightningAmountInSatoshi { get; set; }
public List<AvailableCrypto> AvailableCryptos { get; set; } = new List<AvailableCrypto>();