From bb86bf05b6938f33980d9113b9620b61db43d330 Mon Sep 17 00:00:00 2001 From: CasperH2O Date: Sat, 25 Nov 2023 09:21:22 +0100 Subject: [PATCH] Remove HWiNFO 12h overrule toggle --- HandheldCompanion/Platforms/HWiNFO.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HandheldCompanion/Platforms/HWiNFO.cs b/HandheldCompanion/Platforms/HWiNFO.cs index bfc1806c9..e4c0b29bd 100644 --- a/HandheldCompanion/Platforms/HWiNFO.cs +++ b/HandheldCompanion/Platforms/HWiNFO.cs @@ -502,7 +502,6 @@ public override bool StartProcess() SetProperty("MinimalizeMainWnd", 1); SetProperty("MinimalizeSensors", 1); SetProperty("MinimalizeSensorsClose", 1); - SetProperty("SensorsSM", 1); // Shared Memory Support [12-HOUR LIMIT] SetProperty("ShowWelcomeAndProgress", 0); SetProperty("SensorsOnly", 1); SetProperty("AutoUpdateBetaDisable", 1); @@ -644,4 +643,4 @@ public class Sensor public delegate void GPUFrequencyChangedHandler(double value); #endregion -} \ No newline at end of file +}