styling for #298 done, just need to wire up the model and do the actual status check

This commit is contained in:
tidusjar 2016-06-08 22:06:38 +01:00
parent 9f74d31f1d
commit 46f7a0769e
14 changed files with 180 additions and 23 deletions

View file

@ -31,6 +31,7 @@ namespace PlexRequests.Core.SettingModels
public class LandingPageSettings : Settings
{
public bool Enabled { get; set; }
public bool BeforeLogin { get; set; }
public bool NoticeEnable { get; set; }
public string NoticeMessage { get; set; }
public bool EnabledNoticeTime { get; set; }