1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

dock: repair context menu screens & tooltips

This commit is contained in:
bbedward
2025-10-15 18:15:12 -04:00
parent a50a97314d
commit edd54dda84
4 changed files with 86 additions and 82 deletions

View File

@@ -14,6 +14,7 @@ Item {
property int pinnedAppCount: 0
property bool groupByApp: false
property bool isVertical: false
property var dockScreen: null
implicitWidth: isVertical ? appLayout.height : appLayout.width
implicitHeight: isVertical ? appLayout.width : appLayout.height
@@ -217,6 +218,7 @@ Item {
contextMenu: root.contextMenu
dockApps: root
index: model.index
parentDockScreen: root.dockScreen
// Override tooltip for windows to show window title
showWindowTitle: model.type === "window" || model.type === "grouped"