Skip to content

Commit

Permalink
fix: Fix context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
korapp committed May 2, 2024
1 parent 946414c commit d5c5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PlasmoidItem {
'icon.name': action.icon.name,
visible
})
ca.onTriggered.connect(action.onTriggered)
ca.onTriggered.connect(action.triggered)
return ca
}

Expand Down

0 comments on commit d5c5c0a

Please sign in to comment.