1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

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
@@ -14,5 +14,7 @@ namespace NzbDrone.Api.Config
public String LongDateFormat { get; set; }
public String TimeFormat { get; set; }
public Boolean ShowRelativeDates { get; set; }
public Boolean EnableColorImpairedMode { get; set; }
}
}