You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The decompilations are lacking in DPI awareness on Windows. If you use something like 150% scaling in Windows display settings, you get some blurring and aliasing by default:
Users can enable an override to fix this by right clicking the .exe, going to Properties, Compatibility tab, Change High DPI settings and checking the Override high DPI scaling behavior to make the application do the scaling. With that you get proper high res, sharp scaling:
The decompilations are lacking in DPI awareness on Windows. If you use something like 150% scaling in Windows display settings, you get some blurring and aliasing by default:
Users can enable an override to fix this by right clicking the .exe, going to Properties, Compatibility tab, Change High DPI settings and checking the Override high DPI scaling behavior to make the application do the scaling. With that you get proper high res, sharp scaling:
This article mentions how to set DPI awareness for an app: https://docs.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process
The text was updated successfully, but these errors were encountered: