diff --git a/src/gui/dialogs/title_screen.cpp b/src/gui/dialogs/title_screen.cpp index fe8eb8b9b31..adeb7835a8d 100644 --- a/src/gui/dialogs/title_screen.cpp +++ b/src/gui/dialogs/title_screen.cpp @@ -371,13 +371,9 @@ void title_screen::pre_show(window& win) // // Cores // - register_button(win, "cores", hotkey::TITLE_SCREEN__CORES, + win.register_hotkey(hotkey::TITLE_SCREEN__CORES, std::bind(&title_screen::button_callback_cores, this)); - //if(game_config_manager::get()->game_config().child_range("core").size() <= 1) { - find_widget