fix coin switch issues

This commit is contained in:
Kukks
2019-01-08 11:27:37 +01:00
parent def8d1e0cb
commit 8b686f0b12
3 changed files with 29 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ namespace BTCPayServer.Models.StoreViewModels
public bool Enabled { get; set; }
[Display(Name = "Integration Mode")]
public string Mode { get; set; } = "popup";
public string Mode { get; set; } = "inline";
public List<SelectListItem> Modes { get; } = new List<SelectListItem>
{