fix(launcher): restore background behind icons

This commit is contained in:
Lemmy
2026-03-11 22:51:50 -04:00
parent 71ca1b3f60
commit 175e85302d
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ Item {
Rectangle {
anchors.fill: parent
radius: Style.radiusM
color: Color.mSurfaceVariant
color: Color.mSurface
visible: Settings.data.appLauncher.showIconBackground && !modelData.isImage
}
@@ -57,7 +57,7 @@ NBox {
Rectangle {
anchors.fill: parent
radius: Style.radiusXS
color: Color.mSurfaceVariant
color: Color.mSurface
visible: Settings.data.appLauncher.showIconBackground && !modelData.isImage
}