fixed settings change not being applied immediately
This commit is contained in:
parent
150210aa5a
commit
e0f764b71a
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user