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:
parent
2c3e0d752c
commit
491b8f975f
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue