New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-default icons #376
Comments
What? |
Currently ConEmu loads only first icon from binaries that contains multiple icons. I'll try fix this, also may be try to implement loading icons from shell associations (found TODO comment for that in you source) |
Still not clear. Where? Show an example. |
Well, for example. |
|
I've found it. Is use ExtractIconEx(pszLoadFile, 0, &hIconLarge, &hIconSmall, 1) |
Just push it (when fixed) to your fork, and than create pull request here. |
Request created |
Add ability to load non default icons by index or by resource name (currently, loads icon at 0)
The text was updated successfully, but these errors were encountered: