Update DGUSScreenHandler.cpp

This commit is contained in:
InsanityAutomation
2020-12-21 13:13:06 -05:00
parent c4963d3d77
commit e082d40d32
@@ -1078,9 +1078,9 @@ void DGUSScreenHandler::PopToOldScreen() {
} else {
if(ExtUI::isPrinting())
GotoScreen(DGUSLCD_SCREEN_PRINT_RUNNING, false);
} else {
else
GotoScreen(DGUSLCD_SCREEN_MAIN, false);
}
}
}
void DGUSScreenHandler::updateCurrentScreen(DGUSLCD_Screens current) {