mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
added enabled to ViewCrowdfundViewModel, added warning on preview page
This commit is contained in:
committed by
Rockstar Developer
parent
0364a57cae
commit
0263a2950c
@@ -55,6 +55,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
|
||||
public bool Ended => !EndDate.HasValue || DateTime.Now.ToUniversalTime() > EndDate;
|
||||
public bool DisplayPerksRanking { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
|
||||
public class ContributeToCrowdfund
|
||||
|
||||
Reference in New Issue
Block a user