Skip to content

Commit

Permalink
added missing Power Profile check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesueur Benjamin committed Feb 12, 2021
1 parent aa99170 commit 540d245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DockerForm/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ public static void MonitorThread(object data)

DatabaseManager.UpdateFilesAndRegistries(false, true);
DatabaseManager.UpdateFilesAndRegistries(true, false);

CheckPowerProfiles();
}

// update status
Expand Down

0 comments on commit 540d245

Please sign in to comment.