Changed modorder saving to occur on exit

This commit is contained in:
Vhati 2013-08-26 09:46:06 -04:00
parent d73a33beae
commit f25ebace0b
2 changed files with 16 additions and 1 deletions

View file

@ -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() {