Support "system" theme setting (light/dark theme depending on user system preference) (#29748)
Co-authored-by: Nishiki Liu <hello@nshki.com>
This commit is contained in:
parent
0cea7a623b
commit
02ea161506
9 changed files with 65 additions and 32 deletions
|
@ -11,6 +11,6 @@ class Themes
|
|||
end
|
||||
|
||||
def names
|
||||
@conf.keys
|
||||
['system'] + @conf.keys
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue