Added new improvements

This commit is contained in:
Robert Vokac 2024-03-02 12:04:36 +00:00
parent 74f5fffb28
commit bba77ef67d
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -597,10 +597,15 @@ public class MainWindow extends TWindow {
this.configWindow.setVisible(false);
}
this.configWindow.doEnableEverything();
}
public void doDisableAlmostEverything() {
if(this.configWindow == null) {
openConfigWindow();
this.configWindow.setVisible(false);
}
this.configWindow.doDisableAlmostEverything();
}
}