EarTrumpet icon indicating copy to clipboard operation
EarTrumpet copied to clipboard

Fix scenarios where icon is blurry

Open Simplestas opened this issue 10 months ago • 1 comments

  • Using LoadIconWithScaleDown will ensure better-looking icon at non-standard DPI
  • Notification area can update app icon itself for proper DPI if GetIconInfoEx will return proper module path; this doesn't work for LOAD_LIBRARY_AS_IMAGE_RESOURCE or LOAD_LIBRARY_AS_DATAFILE mapping unfortunately so use DONT_RESOLVE_DLL_REFERENCES

#495

Simplestas avatar Jan 31 '25 15:01 Simplestas

I believe we tried this before and it resulted in subpar icon selection for higher standard DPIs but I'll try it out, thanks!

riverar avatar Jan 31 '25 16:01 riverar