I have checked the following:
This bug is:
Bruno version
3.2.2
Operating System
Windows
Describe the bug
On Windows, the NSIS installer appears blurry on displays using scaling above 100% (for example 125%, 150%, or 200%).
Windows is bitmap-scaling the installer UI instead of rendering it as DPI-aware, so text and controls look soft compared with native Windows dialogs and other installers.
Steps to reproduce
- Set Windows display scaling to 125% or higher.
- Launch the Bruno installer built with the NSIS target.
- Inspect the installer window text and controls.
Actual behavior
The installer UI looks blurry / low-DPI.
Expected behavior
The installer UI should render crisply and scale correctly on high-DPI displays.
Notes
This affects the installer itself, not the installed app UI. The root cause is that the NSIS installer does not declare DPI awareness in its manifest, so Windows applies DPI virtualization.
.bru file to reproduce the bug
No response
Screenshots/Live demo link

I have checked the following:
This bug is:
Bruno version
3.2.2
Operating System
Windows
Describe the bug
On Windows, the NSIS installer appears blurry on displays using scaling above 100% (for example 125%, 150%, or 200%).
Windows is bitmap-scaling the installer UI instead of rendering it as DPI-aware, so text and controls look soft compared with native Windows dialogs and other installers.
Steps to reproduce
Actual behavior
The installer UI looks blurry / low-DPI.
Expected behavior
The installer UI should render crisply and scale correctly on high-DPI displays.
Notes
This affects the installer itself, not the installed app UI. The root cause is that the NSIS installer does not declare DPI awareness in its manifest, so Windows applies DPI virtualization.
.bru file to reproduce the bug
No response
Screenshots/Live demo link