Added new improvements
This commit is contained in:
parent
a573a2799c
commit
0a86661fe1
@ -90,7 +90,9 @@ public class TimeCalcManager {
|
||||
if (e.getKeyCode() == KeyEvent.VK_DOWN) {
|
||||
Utils.everythingHidden.set(true);
|
||||
}
|
||||
|
||||
if (e.getKeyCode() == KeyEvent.VK_H) {
|
||||
Utils.everythingHidden.flip();
|
||||
}
|
||||
if (e.getKeyCode() == KeyEvent.VK_G) {
|
||||
if(!Utils.ultraLight.get() && Utils.highlighted.isEnabled()) {
|
||||
Utils.highlighted.disable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user