-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add order property to SubMenuOptions #7958
Comments
I'll start working on it. |
Thank you for taking care of it! |
@vince-fugnitto yes it would fix that ticket as well, although I'm not entirely sure it will fix everything mentioned on that ticket (changing the order of existing sub menus). |
I don't think the idea is to update existing menu items, I think the idea is to support an optional |
Ok you can close this issue as duplicate then. |
I'll close the older one since we had discussions here, and you've assigned it to yourself :) |
Alright! |
Signed-off-by: Vivien Jovet <vivien.jovet@gmail.com>
…y: Vivien Jovet <vivien.jovet@gmail.com>
…y: Vivien Jovet <vivien.jovet@gmail.com>
Signed-off-by: Vivien Jovet <vivien.jovet@gmail.com>
Signed-off-by: Vivien Jovet <vivien.jovet@gmail.com>
Signed-off-by: Vivien Jovet <vivien.jovet@gmail.com>
Currently it's not possible to manage the order of sub menus like menu actions via the
order
property. I'd like to add theorder
property toSubMenuOptions
so it can be sorted with the menu actions.The text was updated successfully, but these errors were encountered: