IO-402 Power Mode Handling

This commit is contained in:
Patrick Fic
2021-04-05 10:23:21 -07:00
parent 9424f02526
commit d569750939
4 changed files with 47 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ namespace BodyshopPartner.ViewModels
Task.Run(() => Utils.HTTPServer.InitHttpServer(AddHttpStatus));
Task.Run(() => updateCheck());
StartAllFolderMonitors();
Utils.PowerModeEventHandler.InitEventHandler();
_callingThread.ReportProgress(100);
}