Skip to content

Commit

Permalink
Make folder right-clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Feb 8, 2024
1 parent 19d4bda commit e21843c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presentation/homePage/folderSidebar/MFolderSidebar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
acceptedButtons: Qt.LeftButton | Qt.RightButton

onClicked: mouse => nodeLayout.clickAction(
mouse)
Expand Down

0 comments on commit e21843c

Please sign in to comment.