Skip to content
GitLab
Menu
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
b96575a9
Verified
Commit
b96575a9
authored
Nov 09, 2020
by
Xuetian Weng
Browse files
kimpanel: Fix action in menu
parent
61013b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/package/contents/ui/main.qml
View file @
b96575a9
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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