Toolkit "ShotGrid" Menu icons on Windows

Hello Hivemind!

Does anyone know why the Toolkit “ShotGrid” drop-down menu icons appear on OSX & Linux but not on Windows? This is obviously very minor but I’ve never heard why they don’t appear on Windows. Thoughts?

Using on Windows… didn’t even know there were icons :smiley:

I’m not sure why this didn’t make it into the tk-maya release code but if you add the following to the tk-maya\v0.11.1\python\tk_maya\menu_generation.py it will add the icons. I thought this was working on OSX & Linux but it doesn’t appear that way.

I’ll submit a pull request to AD.

line 318:

    if "icon" in self.properties:
        params["image"] = self.properties["icon"]

2021-11-11_11-26-25