BarTab: better plugin display

This commit is contained in:
Ly-sec
2025-12-02 15:50:03 +01:00
parent 24a9e94baf
commit 65cc3c91d8
3 changed files with 46 additions and 3 deletions
+10
View File
@@ -222,6 +222,16 @@ RowLayout {
spacing: Style.marginS
Layout.alignment: Qt.AlignRight
// Plugin badge indicator
NIcon {
visible: typeof isPlugin !== 'undefined' && isPlugin === true
icon: "plugin"
pointSize: Style.fontSizeXS
color: highlighted ? Color.mOnHover : Color.mSecondary
Layout.preferredWidth: Style.baseWidgetSize * 0.7
Layout.preferredHeight: Style.baseWidgetSize * 0.7
}
Repeater {
model: typeof badgeLocations !== 'undefined' ? badgeLocations : []