| 742 | } |
| 743 | |
| 744 | void process_game_started() { |
| 745 | if (mod_menu) { |
| 746 | recompui::ContextId ui_context = recompui::get_config_context_id(); |
| 747 | bool opened = ui_context.open_if_not_already(); |
| 748 | |
| 749 | mod_menu->queue_update(); |
| 750 | |
| 751 | if (opened) { |
| 752 | ui_context.close(); |
| 753 | } |
| 754 | } |
| 755 | } |
| 756 | |
| 757 | void set_config_tabset_mod_nav() { |
| 758 | if (mod_menu) { |
no test coverage detected