Added the settings for #925 but need to apply the settings to the UI

This commit is contained in:
Jamie.Rees 2017-01-13 09:02:53 +00:00
parent 32f044b4da
commit bef6e036f7
10 changed files with 335 additions and 36 deletions

View file

@ -35,5 +35,23 @@ namespace Ombi.Core.SettingModels
/// The CSS name of the theme we want
/// </summary>
public string ThemeName { get; set; }
/// <summary>
/// Admin Only.
/// </summary>
/// <value>
/// The default filter.
/// </value>
public int DefaultFilter { get; set; }
/// <summary>
/// Admin only.
/// </summary>
/// <value>
/// The default sort.
/// </value>
public int DefaultSort { get; set; }
public int DefaultLang { get; set; }
}
}