New: Added Color-Impaired mode to UI settings.

This commit is contained in:
Taloth Saldono
2015-04-22 00:14:16 +02:00
parent 2f7e3c1c3c
commit b4e8a39c2c
8 changed files with 88 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ namespace NzbDrone.Core.Configuration
String LongDateFormat { get; set; }
String TimeFormat { get; set; }
Boolean ShowRelativeDates { get; set; }
Boolean EnableColorImpairedMode { get; set; }
//Internal
Boolean CleanupMetadataImages { get; set; }