-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed left menu events #85
Conversation
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
=======================================
Coverage 14.55% 14.55%
=======================================
Files 13 13
Lines 1333 1333
=======================================
Hits 194 194
Misses 1139 1139 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great find and fix! Thanks! Only one tiny nitpick 😇 QML properties are all camelCased
, mind changing this to actionElement
? Thanks!
Signed-off-by: ahcorde <[email protected]>
🤦 Fixed |
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
In Ubuntu 20.04 the lef menu is not working.
Probably because the keyword action is reserved. With this small fix the menu is working again.
Signed-off-by: ahcorde [email protected]