Minor tweaks

This commit is contained in:
Serge
2023-08-27 13:05:10 +02:00
parent 9bcc0fccd7
commit cc010053b2
3 changed files with 4 additions and 2 deletions

View File

@@ -401,7 +401,7 @@ namespace GHelper
{
buttonServices.Enabled = false;
if (OptimizationService.IsRunning())
if (OptimizationService.GetRunningCount() > 0)
{
labelServices.Text = Properties.Strings.StoppingServices + " ...";
Task.Run(() =>