Skip to content

Commit

Permalink
Remove HWiNFO 12h overrule toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperH2O committed Nov 26, 2023
1 parent 00e2d3a commit bb86bf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HandheldCompanion/Platforms/HWiNFO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -644,4 +643,4 @@ public class Sensor
public delegate void GPUFrequencyChangedHandler(double value);

#endregion
}
}

0 comments on commit bb86bf0

Please sign in to comment.