mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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