mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-12 03:45:50 -05:00
Prevent annoying situation in which you flip-flop between menus
This commit is contained in:
@@ -87,7 +87,7 @@ void WindowScreen::build() {
|
||||
|
||||
void WindowScreen::reload() {
|
||||
if(this->curr_menu != CONNECT_MENU_TYPE)
|
||||
this->curr_menu = DEFAULT_MENU_TYPE;
|
||||
this->setup_no_menu();
|
||||
this->future_operations.call_crop = true;
|
||||
this->future_operations.call_rotate = true;
|
||||
this->future_operations.call_blur = true;
|
||||
|
||||
Reference in New Issue
Block a user