Minor refactor

This commit is contained in:
Michael Bucari-Tovo 2022-05-14 16:13:19 -06:00
parent a40fb7f4bd
commit 84a8fb0074
2 changed files with 2 additions and 9 deletions

View file

@ -46,7 +46,7 @@ namespace LibationWinForms.ProcessQueue
public void SetProgrss(int progress)
{
//Disabvle slow fill
//Disable slow fill
//https://stackoverflow.com/a/5332770/3335599
if (progress < progressBar1.Maximum)
progressBar1.Value = progress + 1;