System Startup charge limiter

This commit is contained in:
Serge
2024-09-09 13:01:34 +02:00
parent cf94973419
commit 2833373f9e
2 changed files with 3 additions and 1 deletions

View File

@@ -127,6 +127,8 @@ public class Startup
else
ProcessHelper.RunAsAdmin();
}
Logger.WriteLine("Startup task scheduled: " + strExeFilePath);
}
ScheduleCharge();