Added new improvements

This commit is contained in:
Robert Vokac 2024-02-04 13:52:59 +00:00
parent a573a2799c
commit 0a86661fe1
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -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();