mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
New: Dark theme for login screen
(cherry picked from commit cae134ec7b331d1c906343716472f3d043614b2c) Closes #4798
This commit is contained in:
parent
9da690f807
commit
9f8c4530ca
8 changed files with 131 additions and 76 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export interface UiSettings {
|
||||
theme: 'auto' | 'dark' | 'light';
|
||||
showRelativeDates: boolean;
|
||||
shortDateFormat: string;
|
||||
longDateFormat: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue