madskristensen / SolutionColors

A Visual Studio extension
Apache License 2.0
77 stars 11 forks source link

"Show on taskbar icons" doesn't work #10

Closed justdmitry closed 2 years ago

justdmitry commented 2 years ago

Don't see any difference in taskbar with "Show on taskbar icons" turned on.

devenv_2022-08-11_10-03-39

Tried with "Show on taskbar thumbnails" both on and off, restarted both VS after every change.

Grouping disabled in taskbar settings.

What I miss?

Windows 10, VS 17.3.0.

madskristensen commented 2 years ago

That is odd. Perhaps there is a difference between Windows 10 and 11, but I'm just using an API in WPF to add the overlay icon. See this line of code. Also, make sure you haven't disabled the "Show badges on taskbar apps" (that's what the setting is called in Windows 11).

madskristensen commented 2 years ago

This is now fixed

justdmitry commented 2 years ago

Oops, yes, I had "Show badges on taskbar buttons" disabled, thank you. And even grayed out due to "Use small taskbar buttons" enabled.