Added new improvements
This commit is contained in:
parent
74f5fffb28
commit
bba77ef67d
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user