mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Typo fix
This commit is contained in:
2
app/Fans.Designer.cs
generated
2
app/Fans.Designer.cs
generated
@@ -536,7 +536,7 @@ namespace GHelper
|
||||
labelGPUMemoryTitle.Name = "labelGPUMemoryTitle";
|
||||
labelGPUMemoryTitle.Size = new Size(169, 32);
|
||||
labelGPUMemoryTitle.TabIndex = 43;
|
||||
labelGPUMemoryTitle.Text = "Memory Clock";
|
||||
labelGPUMemoryTitle.Text = "Memory Clock Offset";
|
||||
//
|
||||
// trackGPUMemory
|
||||
//
|
||||
|
||||
@@ -38,7 +38,7 @@ public static class HardwareMonitor
|
||||
}
|
||||
|
||||
int fanMax = GetFanMax();
|
||||
if (fan > fanMax) SetFanMax(fan);
|
||||
if (fan > fanMax && fan < 110) SetFanMax(fan);
|
||||
|
||||
if (Program.config.getConfig("fan_rpm") == 1)
|
||||
return " Fan: " + (fan * 100).ToString() + "RPM";
|
||||
|
||||
Reference in New Issue
Block a user