mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Cursor Memory for the menu
This commit is contained in:
parent
0c64959333
commit
c1eb6409a4
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ pub fn spawn_menu() {
|
|||
frame_counter::reset_frame_count(QUICK_MENU_FRAME_COUNTER_INDEX);
|
||||
frame_counter::start_counting(QUICK_MENU_FRAME_COUNTER_INDEX);
|
||||
|
||||
let mut app = QUICK_MENU_APP.lock();
|
||||
*app = training_mod_tui::App::new(
|
||||
ui_menu(MENU),
|
||||
(ui_menu(DEFAULTS_MENU), serde_json::to_string(&DEFAULTS_MENU).unwrap()));
|
||||
drop(app);
|
||||
QUICK_MENU_ACTIVE = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue