Crowdfund: Display contributions value (#2938)

This commit is contained in:
d11n
2021-10-04 07:54:06 +02:00
committed by GitHub
parent b0814166f5
commit 975ad2f8ab
9 changed files with 67 additions and 30 deletions

View File

@@ -92,6 +92,9 @@ namespace BTCPayServer.Models.AppViewModels
[Display(Name = "Display contribution ranking")]
public bool DisplayPerksRanking { get; set; }
[Display(Name = "Display contribution value")]
public bool DisplayPerksValue { get; set; }
[Display(Name = "Sounds to play when a payment is made. One sound per line")]
public string Sounds { get; set; }