I am adding custom icon to my intellij plugin action.
<action icon="/video/videoicon.svg" class="actions.PopupDialogAction" description="Test Description" id="fetchSession" text="Fetch Session"/>
videoicon is a 16*16 custom icon.
My action toolbar doesn't show up the icon though, what am I doing wrong? (the first image which shows blank is where I want to show the icon.
I can access the icon by pressing the command + click, not sure what's wrong.