mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
styling for #298 done, just need to wire up the model and do the actual status check
This commit is contained in:
parent
9f74d31f1d
commit
46f7a0769e
14 changed files with 180 additions and 23 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue