mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
New: Added Color-Impaired mode to UI settings.
This commit is contained in:
@@ -282,6 +282,13 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("ShowRelativeDates", value); }
|
||||
}
|
||||
|
||||
public Boolean EnableColorImpairedMode
|
||||
{
|
||||
get { return GetValueBoolean("EnableColorImpairedMode", false); }
|
||||
|
||||
set { SetValue("EnableColorImpairedMode", value); }
|
||||
}
|
||||
|
||||
public bool CleanupMetadataImages
|
||||
{
|
||||
get { return GetValueBoolean("CleanupMetadataImages", true); }
|
||||
|
||||
Reference in New Issue
Block a user