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 clicking the theme button initially, there is no saved value, and the theme does not toggle. The state is fixed after this though, and clicking it again will toggle the theme correctly.
This can be tested by clearing any site data for a running instance and then clicking the theme toggle.
When clicking the theme button initially, there is no saved value, and the theme does not toggle. The state is fixed after this though, and clicking it again will toggle the theme correctly.
This can be tested by clearing any site data for a running instance and then clicking the theme toggle.
The issue looks to be here:
slskd/src/web/src/components/App.jsx
Lines 261 to 264 in 7b99d33
This doesn't actually update the component's state, and I think it should go in
initialState
instead.If y'all want, I'm happy to make and test this change 😄
The text was updated successfully, but these errors were encountered: