BCLib Syncing fixes

This commit is contained in:
Frank 2021-08-24 14:49:29 +02:00
parent 59fcaf6ee9
commit 617573ca09
3 changed files with 4 additions and 4 deletions

View file

@ -151,7 +151,7 @@ public class ProgressScreen extends GridScreen implements ProgressListener {
@Override
public void progressStart(Component component) {
this.progressStage(component);
this.progressStagePercentage(30);
this.progressStagePercentage(0);
}
@Override