You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing to the light theme and saving the setting as dark_theme: false in settings.yaml, the interface will startup in dark mode.
It seems to be caused by "dark" being present in document.body.classList at startup, even when dark_theme: false is saved in settings.yaml.
A related issue mentioning this problem is #4054.
I'll create a PR.
Is there an existing issue for this?
I have searched the existing issues
Reproduction
Put dark_theme: false into the settings.yaml file and start the webUI. It will still be in dark mode.
Screenshot
No response
Logs
none
System Info
none
The text was updated successfully, but these errors were encountered:
Describe the bug
When changing to the light theme and saving the setting as
dark_theme: false
insettings.yaml
, the interface will startup in dark mode.It seems to be caused by "dark" being present in
document.body.classList
at startup, even whendark_theme: false
is saved insettings.yaml
.A related issue mentioning this problem is #4054.
I'll create a PR.
Is there an existing issue for this?
Reproduction
Put
dark_theme: false
into thesettings.yaml
file and start the webUI. It will still be in dark mode.Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: