Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
15f5a796
Verified
Commit
15f5a796
authored
Nov 09, 2020
by
Xuetian Weng
Browse files
kimpanel: Fix action in menu
parent
f33d15e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/package/contents/ui/main.qml
View file @
15f5a796
...
...
@@ -126,7 +126,7 @@ Item {
ActionMenu
{
id
:
actionMenu
onActionClicked
:
{
helper
.
triggerProperty
(
model
.
key
);
helper
.
triggerProperty
(
actionId
);
}
}
...
...
@@ -198,7 +198,6 @@ Item {
timer
.
restart
();
}
function
onMenuTriggered
(
menu
)
{
console
.
log
(
menu
);
showMenu
(
actionMenu
,
menu
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment