You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to create a ModButtonOption without the attribute-based system it is impossible to create a tooltip for the button. It seems that ModButtonOption.cs is the only ModOptions class without a Tooltip field and a tooltip argument is also missing from its ModButtonOption.Create() method, which is inconsistent with every other ModOption.
To Reproduce
Steps to reproduce the behavior:
Go to IDE
Try to use ModButtonOption.Create() with tooltip = "my cool tooltip"
Get yelled at by the compiler
Expected behavior
Being able to add a tooltip to a button just like any other option.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to create a ModButtonOption without the attribute-based system it is impossible to create a tooltip for the button. It seems that ModButtonOption.cs is the only ModOptions class without a Tooltip field and a tooltip argument is also missing from its
ModButtonOption.Create()
method, which is inconsistent with every other ModOption.To Reproduce
Steps to reproduce the behavior:
ModButtonOption.Create()
withtooltip = "my cool tooltip"
Expected behavior
Being able to add a tooltip to a button just like any other option.
The text was updated successfully, but these errors were encountered: