krlvm / MediaFlyout

Windows 10+ Media Control Taskbar Flyout
MIT License
169 stars 11 forks source link

Improve Acrylic blur, icon is not good with 1366x768 display #1

Closed HuyHung1408 closed 2 years ago

HuyHung1408 commented 2 years ago

image

Can you make it more consistent with the other part of the system? image

krlvm commented 2 years ago

Hello,

Unfortunately, the API that allows to enable acrylic in Win32 apps is undocumented and does not support such important options as luminosity, in addition to that, it slows down window movement - so it is not possible to fully copy standard flyouts behaviour and look.

Thanks for reporting this (because I'm on 125% scaling), I fixed the ugly icon bug in version 1.0.7.

If you find acrylic better than the current effect (this effect is used by input language flyout), since v1.0.7 you can create a DWORD key HCKU\SOFTWARE\krlvm\MediaFlyout\EnableFluentAcrylic, set its value to 1 and restart the application.

HuyHung1408 commented 2 years ago

Thanks a lot for your respond!

krlvm commented 2 years ago

MediaFlyout supports proper acrylic effect since version 1.1

HuyHung1408 commented 2 years ago

Thanks a lot!