Closed hannesdelbeke closed 1 year ago
TypeError: MenuNode.__init__() got an unexpected keyword argument 'icon_name'
item2 = unimenu.Node( label="label", command="pass", tooltip="tooltip.", icon_name="RENDER_STILL", )
icon name is not supported
should be icon instead of icon_name
icon name is not supported