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