added enabled to ViewCrowdfundViewModel, added warning on preview page

This commit is contained in:
Kevin Mulcrone
2019-03-03 17:06:11 -06:00
committed by Rockstar Developer
parent 0364a57cae
commit 0263a2950c
4 changed files with 10 additions and 4 deletions

View File

@@ -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