mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Added the settings for #925 but need to apply the settings to the UI
This commit is contained in:
parent
32f044b4da
commit
bef6e036f7
10 changed files with 335 additions and 36 deletions
|
@ -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; }
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue