Fix ExtUI SD sorting, compile issues
This commit is contained in:
committed by
Scott Lahteine
parent
006b7f3f17
commit
328d8b5952
@ -61,7 +61,7 @@ namespace ExtUI {
|
||||
if (AT_SCREEN(StatusScreen) || isPrintingFromMedia())
|
||||
StatusScreen::setStatusMessage(GET_TEXT_F(MSG_MEDIA_REMOVED));
|
||||
|
||||
if (AT_SCREEN(FilesScreen)) GOTO_SCREEN(StatusScreen)
|
||||
if (AT_SCREEN(FilesScreen)) GOTO_SCREEN(StatusScreen);
|
||||
}
|
||||
|
||||
void onMediaError() {
|
||||
|
Reference in New Issue
Block a user