qBittorrent
qBittorrent copied to clipboard
Installer doesn't regard display scaling
Suggestion
It would be nice if the installer could regard display scaling, to ease usability. On a laptop with higher DPI and a trackpad, it can be very difficult to choose the installer options due to the miniature icon.
Use case
No response
Extra info/examples/attachments
does NSIS support this ?
@Richard-L have you seen this option available in other NSIS installers before ?
@luzpaz good question. I can't really say tbh. I just happened to notice it with qbittorrent.
Possible solution: https://nsis.sourceforge.io/ChangeRes_plug-in (found via https://nsis-dev.github.io/NSIS-Forums/html/t-291898.html)
edit: looks ancient. have no idea if this is still viable.
@qbittorrent/bug-handlers anyone on windows able to test if this option :point_up_2: is legit ?
ANNOUNCEMENT!
For anybody coming across this "Feature Request" & would like/love to see a potential implementation in the future! Here are some options available to you:
-
Please select/click the 👍 &/or ❤
reactionsin the original/opening post of this ticket. -
Please feel free (If you have the "skillset") to create a "Pull Request" implementing what's being requested in this ticket. (new/existing contributors/developers are always welcome)
DO:
- Provide constructive feedback.
- Display how other projects implemented same/similar etc.
DO NOT:
- Add a "Bump", "me too", "2nd/3rd" etc. or "criticizing" comment(s). (These will be disregarded/hidden as "spam/abuse/off-topic" etc. as they don't provide anything constructive.)
https://cmake.org/cmake/help/latest/cpack_gen/nsis.html#variable:CPACK_NSIS_MANIFEST_DPI_AWARE
Xref.: https://github.com/llvm/llvm-project/pull/128470