mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-07 17:55:35 +00:00
Fixed Issue 69.
This commit is contained in:
@@ -111,18 +111,6 @@ namespace OpenHardwareMonitor.GUI {
|
||||
get { return ValueToString(sensor.Max); }
|
||||
}
|
||||
|
||||
public String Limit {
|
||||
get {
|
||||
return sensor.Limit.ToString();
|
||||
}
|
||||
set {
|
||||
if (value != "")
|
||||
sensor.Limit = float.Parse(value);
|
||||
else
|
||||
sensor.Limit = null;
|
||||
}
|
||||
}
|
||||
|
||||
public override bool Equals(System.Object obj) {
|
||||
if (obj == null)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user