Keybind search bar + modding support
This commit is contained in:
@@ -23,7 +23,7 @@ public class ContentInfoDialog extends BaseDialog{
|
||||
addCloseButton();
|
||||
|
||||
keyDown(key -> {
|
||||
if(key == keybinds.get(Binding.block_info).key){
|
||||
if(key == Binding.blockInfo.value.key){
|
||||
Core.app.post(this::hide);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user