1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

Indeterminate progress bar for instance list loading.

This commit is contained in:
sk89q 2014-01-09 10:19:32 -08:00
parent 03f20c7c6c
commit 419482250a

View File

@ -172,7 +172,7 @@ public class InstanceList {
@Override
public double getProgress() {
return progress.getProgress();
return -1;
}
@Override