Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kisslorand authored Mar 7, 2021
1 parent 6f5082a commit 9ee29fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TFT/src/User/API/parseACK.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ void parseACK(void)

infoFile.source = BOARD_SD_REMOTE;
initPrintSummary();
if(infoMenu.menu[infoMenu.cur] == menuDialog)
infoMenu.cur--; // remove popup/dialog window if visible.
infoMenu.cur = 1; // take care if popup active or user in other menu than print
infoMenu.menu[infoMenu.cur] = menuPrinting; // switch to printing menu and make it next in line after mainscreen

if (infoMachineSettings.autoReportSDStatus == 1)
{
Expand Down

0 comments on commit 9ee29fb

Please sign in to comment.