This commit is contained in:
Anuken
2024-04-23 09:17:38 -04:00
parent 31f4957657
commit 3a91a8eb00
2 changed files with 1 additions and 2 deletions

View File

@@ -213,7 +213,6 @@ public class KeybindDialog extends Dialog{
@Override
public boolean keyDown(InputEvent event, KeyCode keycode){
rebindDialog.hide();
if(keycode == KeyCode.escape) return false;
rebind(section, name, keycode);
return false;
}