Changed modorder saving to occur on exit
This commit is contained in:
parent
d73a33beae
commit
f25ebace0b
2 changed files with 16 additions and 1 deletions
|
@ -171,7 +171,6 @@ public class FTLModManager {
|
|||
// Create the GUI.
|
||||
try {
|
||||
final ManagerFrame frame = new ManagerFrame( config, APP_NAME, APP_VERSION, APP_URL, APP_AUTHOR );
|
||||
frame.setDefaultCloseOperation( frame.EXIT_ON_CLOSE );
|
||||
frame.setVisible(true);
|
||||
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue