Disable Core access
This commit is contained in:
parent
b9e9d2f5e7
commit
22acd36155
1 changed files with 2 additions and 2 deletions
|
@ -374,9 +374,9 @@ void title_screen::pre_show(window& win)
|
|||
register_button(win, "cores", hotkey::TITLE_SCREEN__CORES,
|
||||
std::bind(&title_screen::button_callback_cores, this));
|
||||
|
||||
if(game_config_manager::get()->game_config().child_range("core").size() <= 1) {
|
||||
//if(game_config_manager::get()->game_config().child_range("core").size() <= 1) {
|
||||
find_widget<button>(&win, "cores", false).set_visible(widget::visibility::invisible);
|
||||
}
|
||||
//}
|
||||
|
||||
//
|
||||
// Language
|
||||
|
|
Loading…
Add table
Reference in a new issue