Skip to content

Commit

Permalink
fix: ensure AppItemMenu is modal
Browse files Browse the repository at this point in the history
Likely a DTK issue but anyway...

Issue: linuxdeepin/developer-center#8477
Log:
  • Loading branch information
BLumia committed May 10, 2024
1 parent 296991d commit 4a0db6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/AppItemMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Loader {

Menu {
id: contextMenu
modal: true

MenuItem {
text: qsTr("Open")
Expand Down

0 comments on commit 4a0db6b

Please sign in to comment.