[Git][tpo/applications/tor-browser-build][main] Bug 40772: Support HiDPI displays in the installer

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 6211ac98 by Pier Angelo Vendrame at 2023-02-13T09:41:26+01:00 Bug 40772: Support HiDPI displays in the installer - - - - - 1 changed file: - projects/browser/windows-installer.nsi Changes: ===================================== projects/browser/windows-installer.nsi ===================================== @@ -28,6 +28,9 @@ ;Request application privileges for Windows Vista RequestExecutionLevel user + ;Support HiDPI displays + ManifestDPIAware true + ;-------------------------------- ;Interface Configuration View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/62... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/62... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)