mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
[Creator] Don't open output directory after building a modpack.
This commit is contained in:
parent
d2a16fe560
commit
8c1c871484
@ -766,7 +766,6 @@ public class PackManagerController {
|
||||
.handleAsync(result -> {
|
||||
ConsoleFrame.hideMessages();
|
||||
SwingHelper.showMessageDialog(frame, "Successfully generated the package files.", "Success", null, JOptionPane.INFORMATION_MESSAGE);
|
||||
SwingHelper.browseDir(options.getDestDir(), frame);
|
||||
}, ex -> {}, SwingExecutor.INSTANCE);
|
||||
ProgressDialog.showProgress(frame, deferred, builder, "Building modpack...", "Building modpack...");
|
||||
SwingHelper.addErrorDialogCallback(frame, deferred);
|
||||
|
Loading…
Reference in New Issue
Block a user