fix(wallpaper): hide light/dark icon in split wallpaper mode

This commit is contained in:
Lysec
2026-03-30 14:24:21 +02:00
parent 386d4d3135
commit f2e5f9953f
+2 -1
View File
@@ -1348,11 +1348,12 @@ SmartPanel {
id: paletteRowRow
spacing: Style.marginXS
// Sun/moon = appearance slot this path was starred for (not the current tab)
// Sun/moon only when light/dark share one wallpaper (which appearance the favorite targets)
Rectangle {
width: paletteRow.diameter
height: paletteRow.diameter
radius: width * 0.5
visible: Settings.data.wallpaper.linkLightAndDarkWallpapers
color: Color.mSurface
border.color: Color.mShadow
border.width: Style.borderS