Using the program on 125% DPI scaling makes it look blurry, like this:

This can be easily fixed by including the following application tag inside the manifest file:
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:dpiAwareness>PerMonitorV2</ws2:dpiAwareness>
</windowsSettings>
</application>
After I've patched it, the application seems to look okay:

Using the program on 125% DPI scaling makes it look blurry, like this:

This can be easily fixed by including the following application tag inside the manifest file:
After I've patched it, the application seems to look okay:
