Get downloaders working from mobile game

This commit is contained in:
drdev
2014-05-29 03:14:39 +00:00
parent 7021873675
commit e3c98c3782
5 changed files with 117 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ public class GuiDownloader extends DefaultBoundedRangeModel {
btnClose.setBorder(new FSkin.LineSkinBorder(FSkin.getColor(FSkin.Colors.CLR_TEXT)));
btnStart.setFont(FSkin.getFont(18));
btnStart.setVisible(false);
btnStart.setEnabled(false);
progressBar.reset();
progressBar.setString("Scanning for existing items...");