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
fix: proper background for 'prefer-light' color-scheme (#1051)
Previous logic for handling which picture uri to use based on the system
theme were only checking for 'default' and fallbaking to dark in all
other cases. That caused a bug, where if system is in 'prefer-light', it
would render wallpaper for dark theme(picture-uri-dark).
This PR fixes it.
0 commit comments