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

New: Auto theme option to match OS theme

Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
Zak Saunders
2022-12-06 07:22:52 +00:00
committed by GitHub
parent c7d6c0f452
commit 4ca5a213fa
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class UISettings extends Component {
<FormInputGroup
type={inputTypes.SELECT}
name="theme"
helpText="Change Application UI Theme, Inspired by Theme.Park"
helpText="Change Application UI Theme, 'Auto' Theme will use your OS Theme to set Light or Dark mode. Inspired by Theme.Park"
values={themeOptions}
onChange={onInputChange}
{...settings.theme}