mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Crowdfund: Display contributions value (#2938)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user