mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
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.setVisible(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.configWindow.doEnableEverything();
|
this.configWindow.doEnableEverything();
|
||||||
}
|
}
|
||||||
public void doDisableAlmostEverything() {
|
public void doDisableAlmostEverything() {
|
||||||
|
|
||||||
|
if(this.configWindow == null) {
|
||||||
|
openConfigWindow();
|
||||||
|
this.configWindow.setVisible(false);
|
||||||
|
}
|
||||||
|
|
||||||
this.configWindow.doDisableAlmostEverything();
|
this.configWindow.doDisableAlmostEverything();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user