Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mentolaass committed Oct 4, 2023
1 parent e2c3542 commit 3d61898
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Easyyyyy/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ private void eToggleMode()
Thread.Sleep(250);
}
if (isStopped)
{
break;
}
Thread.Sleep(1);
}
}).Start();
Expand Down

0 comments on commit 3d61898

Please sign in to comment.