unity-toolbar-buttons icon indicating copy to clipboard operation
unity-toolbar-buttons copied to clipboard

Missing Tooltips

Open chrisl8 opened this issue 5 months ago • 0 comments

https://github.com/BennyKok/unity-toolbar-buttons/blob/2ee2538483e60932ef37c4b4d2b76183eb76e074/Editor/ToolbarButtons.cs#L125

It appears that the tooltips are not be passed in. Shouldn't this line be like this?

parent.Add(CreateToolbarButton(attr.Value.iconName, () => attr.Key.Invoke(null, null), attr.Value.tooltip));

chrisl8 avatar Sep 20 '24 15:09 chrisl8