Fixed Issue 137.

This commit is contained in:
Michael Möller
2010-11-21 12:28:31 +00:00
parent e5d7595b00
commit 1159ba3db0
4 changed files with 30 additions and 1 deletions

View File

@@ -129,6 +129,8 @@ namespace OpenHardwareMonitor.GUI {
minCloseMenuItem.Visible = false;
} else { // Windows
gadget = new SensorGadget(computer, settings, unitManager);
gadget.HideShowCommand += hideShowClick;
wmiProvider = new WmiProvider(computer);
}