1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Fix quick menu disabling

This commit is contained in:
jugeeya 2022-03-21 00:57:30 -07:00
parent 2c3e0d752c
commit 491b8f975f

View file

@ -79,9 +79,8 @@ pub fn set_menu_from_url(orig_last_url: &str) {
"Cannot use web menu on emulator.\n\0", "Cannot use web menu on emulator.\n\0",
"Only the quick menu is runnable via emulator currently.\n\0", "Only the quick menu is runnable via emulator currently.\n\0",
); );
MENU.quick_menu = OnOff::On;
} }
MENU.quick_menu = OnOff::On;
} }
} }