Describe the bug
The text in the installer looks blurry if you have display scaling enabled.
To Reproduce
Steps to reproduce the behavior:
- Go to Windows display settings.
- Set scaling to 150%.
- Run the Npcap installer.
Expected behavior
The text should be crisp.
Screenshots
Diagnostic information
- Windows version from
winver: Windows 11 Version 25H2, OS Build 26200.8655
Additional context
Since you're using NSIS for the installer, the ManifestDPIAware setting should help fix this.
Describe the bug
The text in the installer looks blurry if you have display scaling enabled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text should be crisp.
Screenshots
Diagnostic information
winver: Windows 11 Version 25H2, OS Build 26200.8655Additional context
Since you're using NSIS for the installer, the
ManifestDPIAwaresetting should help fix this.