mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 10:51:37 +08:00
cleanflash: Update to 34.0.0.251
This commit is contained in:
@@ -74,9 +74,16 @@ namespace CleanFlashUninstaller {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Environment.OSVersion.Version.Major >= 6) {
|
||||
//SetProcessDPIAware();
|
||||
}
|
||||
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new UninstallForm());
|
||||
}
|
||||
|
||||
[DllImport("user32.dll")]
|
||||
private static extern bool SetProcessDPIAware();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user