Skip to content

Commit

Permalink
vol 2: Issue #17: Warn to restart to apply config changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffheaton committed Jun 16, 2014
1 parent 26bdbbe commit 5889519
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void actionPerformed(final ActionEvent e) {
Integer.parseInt(this.textZoom.getText()));
MultiverseViewer.saveConfig();
dispose();
JOptionPane.showMessageDialog(null,"Please restart the application to switch to your new configuration settings.");
} else if (e.getSource() == this.buttonDefaults) {
MultiverseViewer.setConfig(new ConfigData());
setFields();
Expand Down

0 comments on commit 5889519

Please sign in to comment.