diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 905e6cb..d7a64c5 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -881,7 +881,7 @@ in anchors.fill: parent acceptedButtons: Qt.LeftButton | Qt.RightButton onClicked: (event) => { - if (event.button === Qt.RightButton && modelData.hasMenu) { + if (modelData.hasMenu) { bar.toggleDropdown(contextMenu, function() { let pos = parent.mapToItem(bar.contentItem, parent.width / 2, 0); contextMenu.dropdownX = pos.x;