2
0

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:
Renaud Chaput
2024-03-26 10:25:49 +01:00
committed by GitHub
parent 0cea7a623b
commit 02ea161506
9 changed files with 65 additions and 32 deletions

View File

@@ -11,6 +11,6 @@ class Themes
end
def names
@conf.keys
['system'] + @conf.keys
end
end