mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-11 19:39:57 -05:00
sidebar: fix weird anim on toggle buttons
This commit is contained in:
@@ -79,7 +79,9 @@ Button {
|
||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||
}
|
||||
|
||||
property alias mouseArea: buttonMouseArea
|
||||
MouseArea {
|
||||
id: buttonMouseArea
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton
|
||||
|
||||
Reference in New Issue
Block a user