enabled drag-pagehome-drawer in tabBar

This commit is contained in:
ronoaer 2023-10-19 23:01:03 +08:00
parent a6949bd3ae
commit 6c78b4ec8f

View file

@ -176,6 +176,12 @@ PageType {
strokeColor: "#2C2D30"
fillColor: "#1C1D21"
}
MouseArea {
id: noPropagateMouseEvent
anchors.fill: parent
enabled: true
}
}
TabImageButtonType {