launcher: minor ref fix

This commit is contained in:
Lemmy
2026-01-23 09:06:37 -05:00
parent 94a09484aa
commit 87a77fc446
+1 -1
View File
@@ -1476,7 +1476,7 @@ SmartPanel {
icon: modelData.icon
pointSize: Style.fontSizeXXXL
visible: modelData.icon && !modelData.displayString
color: (entry.isSelected && !Settings.data.appLauncher.showIconBackground) ? Color.mOnHover : Color.mOnSurface
color: (gridEntryContainer.isSelected && !Settings.data.appLauncher.showIconBackground) ? Color.mOnHover : Color.mOnSurface
}
}