Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • projects/browser/windows-installer.nsi
    ... ... @@ -28,6 +28,9 @@
    28 28
       ;Request application privileges for Windows Vista
    
    29 29
       RequestExecutionLevel user
    
    30 30
     
    
    31
    +  ;Support HiDPI displays
    
    32
    +  ManifestDPIAware true
    
    33
    +
    
    31 34
     ;--------------------------------
    
    32 35
     ;Interface Configuration
    
    33 36