Context Menus #746
goaaats
announced in
Announcements
Replies: 1 comment 1 reply
-
Plugins that need to adjust:
Please PR updates to those plugins, and we'll merge them all at once. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dalamud can now do Context Menu modifications for you, with special support for players, basically everywhere you can right click them, and items. You can add custom context menu options everywhere.
There's a problem: you can't use this together with the other context menu modification methods, such as xivcommon. That's why it's only on testing right now. We need to coordinate to bring this to a release without increasing the API level.
There is a new testing key for this purpose, it is:
proof of context
The
ContextMenu
class is registered as a plugin service. See here for usage.All Dalamud context menu items are forced to have a red "D" at the front. This is because people are now reporting bugs for plugins on OF because they think the option is from the game.
Beta Was this translation helpful? Give feedback.
All reactions