Replies: 1 comment
-
Hi, I'll discuss my opinion in the linked issue thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your taskbar implementation (
ep_taskbar.5.dll
) seems to use own implementation ofSHFillRectClr
API.Original Win10 taskbar imports that API from
shlwapi.dll
.Is there a reason why do you need to have own implementation instead of using existing API?
I'm asking because it causes compatibility issue with
Open-Shell
's taskbar texturing.Open-Shell/Open-Shell-Menu#2094
Beta Was this translation helpful? Give feedback.
All reactions