Currency dropdown as part of page model

This commit is contained in:
rockstardev
2018-08-14 23:47:41 +02:00
parent 4afd55c441
commit b562094956
4 changed files with 20 additions and 4 deletions

View File

@@ -18,5 +18,6 @@ namespace BTCPayServer.Models.AppViewModels
//
public string UrlRoot { get; set; }
public List<string> CurrencyDropdown { get; set; }
}
}