Init Limit

This commit is contained in:
Serge
2023-07-04 10:56:24 +02:00
parent 2c317d9a18
commit db595d54f6

View File

@@ -1,3 +1,4 @@
using GHelper.Battery;
using GHelper.Display;
using GHelper.Gpu;
using GHelper.Helpers;
@@ -166,6 +167,8 @@ namespace GHelper
screenControl.AutoScreen();
}
BatteryControl.SetBatteryChargeLimit();
settingsForm.AutoKeyboard();
settingsForm.matrix.SetMatrix();
}