XGM button fix

This commit is contained in:
Serge
2023-06-08 11:17:06 +02:00
parent ca7dfff357
commit 306dfe2bd7
5 changed files with 40 additions and 21 deletions

View File

@@ -242,7 +242,7 @@ namespace GHelper
if (OptimizationService.IsRunning()) buttonServices.Text = Properties.Strings.Stop;
else buttonServices.Text = Properties.Strings.Start;
labelServices.Text = Properties.Strings.AsusServicesRunning + ": " + OptimizationService.GetRunningCount();
labelServices.Text = Properties.Strings.AsusServicesRunning + ": " + OptimizationService.GetRunningCount();
buttonServices.Enabled = true;
Program.inputDispatcher.Init();