fixed settings change not being applied immediately

This commit is contained in:
Wirlaburla 2024-07-11 22:56:37 -04:00
parent 150210aa5a
commit e0f764b71a

View File

@ -90,6 +90,7 @@ public class Waldorf implements ActionListener {
if (actionEvent.getSource() == okbtn) { if (actionEvent.getSource() == okbtn) {
Main.outpath = fOutpath.getText(); Main.outpath = fOutpath.getText();
Main.writeConf(); Main.writeConf();
Main.loadConf();
invoker.frame.setEnabled(true); invoker.frame.setEnabled(true);
frame.dispose(); frame.dispose();