mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
Disable dpiAware flag in win32 manifest since it's not supported that well.
This commit is contained in:
@@ -33,6 +33,7 @@ Don't rely on smartctl return code (2), parse the output instead.
|
||||
|
||||
Update to latest drivedb.
|
||||
|
||||
Write and install appdata file - http://people.freedesktop.org/~hughsient/appdata/
|
||||
|
||||
Test Areca windows detection by installing CLI, then replacing it with a dummy
|
||||
program that prints something (with enclosures and without).
|
||||
|
||||
@@ -19,10 +19,13 @@
|
||||
</ms_asmv2:trustInfo>
|
||||
|
||||
<!-- GTK applications are dpi-aware -->
|
||||
<!-- Disable for now, since there are lots of issues at 200% and above -->
|
||||
<!--
|
||||
<asmv3:application>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
-->
|
||||
|
||||
</assembly>
|
||||
|
||||
Reference in New Issue
Block a user