mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-11 17:19:52 -04:00
Minor refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user