mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 22:35:11 +00:00
Fixed Issue 86.
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OpenHardwareMonitor.GUI {
|
||||
|
||||
this.computer = new Computer(settings);
|
||||
|
||||
systemTray = new SystemTray(computer, settings);
|
||||
systemTray = new SystemTray(computer, settings, unitManager);
|
||||
systemTray.HideShowCommand += hideShowClick;
|
||||
systemTray.ExitCommand += exitClick;
|
||||
|
||||
|
Reference in New Issue
Block a user