mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Get downloaders working from mobile game
This commit is contained in:
@@ -118,7 +118,7 @@ public abstract class GuiDownloadService implements Runnable {
|
||||
//for(Entry<String, String> kv : cards.entrySet()) System.out.printf("Will get %s from %s%n", kv.getKey(), kv.getValue());
|
||||
btnStart.setCommand(cmdStartDownload);
|
||||
}
|
||||
btnStart.setVisible(true);
|
||||
btnStart.setEnabled(true);
|
||||
|
||||
FThreads.invokeInEdtLater(new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user