Prevent annoying situation in which you flip-flop between menus

This commit is contained in:
Lorenzooone
2024-06-11 16:04:26 +02:00
parent bd0a14a12f
commit 12d81c5b47
4 changed files with 94 additions and 27 deletions

View File

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