TrayMenu: Pin / Unpin icons (same as dock and launcher)

This commit is contained in:
ItsLemmy
2025-11-07 00:53:59 -05:00
parent 2c2d887ac6
commit 4319a1bea0
+1 -1
View File
@@ -492,7 +492,7 @@ SmartPanel {
spacing: Style.marginS
NIcon {
icon: addToFavoriteEntry.isFavorite ? "star" : "star-off"
icon: addToFavoriteEntry.isFavorite ? "unpin" : "pin"
pointSize: Style.fontSizeS
applyUiScale: false
verticalAlignment: Text.AlignVCenter