Display big banner only once

This commit is contained in:
Sam Demeulemeester 2023-03-29 17:58:12 +02:00
parent 5cbcd2046b
commit c6b04e5414
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ void restore_big_status(void)
restore_screen_region(POP_STATUS_REGION, popup_status_save_buffer);
big_status_displayed = false;
enable_big_status = false;
}
void check_input(void)