More icons fixes

This commit is contained in:
LemmyCook 2025-09-09 19:34:31 -04:00
parent d089966249
commit 1f9247c429
7 changed files with 16 additions and 20 deletions

View file

@ -176,7 +176,7 @@ PopupWindow {
}
NIcon {
text: modelData?.hasChildren ? "menu" : ""
icon: modelData?.hasChildren ? "menu" : ""
font.pointSize: Style.fontSizeS * scaling
verticalAlignment: Text.AlignVCenter
visible: modelData?.hasChildren ?? false