Make unused assets in store settings collapsed (#1310)

This commit is contained in:
Andrew Camilleri
2020-01-26 11:45:24 +01:00
committed by Nicolas Dorier
parent e00136de93
commit 06f1c17a5f
3 changed files with 25 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ namespace BTCPayServer.Models.StoreViewModels
public WalletId WalletId { get; set; }
public bool WalletSupported { get; set; }
public bool Enabled { get; set; }
public bool Collapsed { get; set; }
}
public class AdditionalPaymentMethod