Improved the saving and restoring of default fan control settings for ATI GPUs.

This commit is contained in:
Michael Möller
2011-01-20 21:48:26 +00:00
parent 86dbc6f06b
commit 60c28cc250
2 changed files with 26 additions and 16 deletions

View File

@@ -462,6 +462,7 @@ namespace OpenHardwareMonitor.GUI {
sensorContextMenu.MenuItems.Add(item);
}
if (node.Sensor.Control != null) {
sensorContextMenu.MenuItems.Add(new MenuItem("-"));
IControl control = node.Sensor.Control;
MenuItem controlItem = new MenuItem("Control");
MenuItem defaultItem = new MenuItem("Default");