Added new improvements

This commit is contained in:
Robert Vokac 2024-01-28 16:13:44 +00:00
parent 059c4afb2e
commit e29549f6bc
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -107,6 +107,13 @@ public class TimeCalcWindow {
Utils.ultraLight.flip();
}
if(e.getKeyCode() == KeyEvent.VK_C){
Utils.highlighted.flip();
}
if(e.getKeyCode() == KeyEvent.VK_V){
everythingHidden = !everythingHidden;
}
window.repaint();
}
});