Skip to content

Commit

Permalink
renamed VideoControllerMonitor to MonitorThread
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesueur Benjamin committed Feb 12, 2021
1 parent 0f3b230 commit d3e952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerForm/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static string GetCurrentPower()
return PowerStatus ? "plugged in" : "on battery";
}

public static void VideoControllerMonitor(object data)
public static void MonitorThread(object data)
{
while(IsRunning)
{
Expand Down

0 comments on commit d3e952c

Please sign in to comment.