1
0
Fork 0
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:
jugeeya 2023-02-09 23:34:30 -08:00
parent 0c64959333
commit c1eb6409a4

View file

@ -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;
}
}