mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Moved archiving configuration to MageFrame
This commit is contained in:
parent
dbe0d9170c
commit
964bf0ed13
2 changed files with 7 additions and 3 deletions
|
|
@ -66,9 +66,6 @@ public class DownloadPictures extends DefaultBoundedRangeModel implements Runnab
|
|||
|
||||
public static void main(String[] args) {
|
||||
startDownload(null, null, null);
|
||||
TConfig config = TConfig.get();
|
||||
config.setArchiveDetector(new TArchiveDetector("zip"));
|
||||
config.getOutputPreferences().set(FsOutputOption.STORE);
|
||||
}
|
||||
|
||||
public static void startDownload(JFrame frame, Set<Card> allCards, String imagesPath) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue