forked from Shinonome/dots-hyprland
changes from main n stuff
This commit is contained in:
@@ -85,7 +85,7 @@ MouseArea { // Notification group area
|
||||
automaticallyReset: false
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton
|
||||
|
||||
onPressed: {
|
||||
onPressed: (mouse) => {
|
||||
if (mouse.button === Qt.RightButton)
|
||||
root.toggleExpanded();
|
||||
}
|
||||
@@ -102,6 +102,7 @@ MouseArea { // Notification group area
|
||||
}
|
||||
|
||||
onDragDiffXChanged: () => {
|
||||
if (!dragging) return;
|
||||
root.qmlParent.dragDistance = dragDiffX;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user