summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index ae3cb3c2da..9e1a22f567 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -550,6 +550,11 @@ static bool ask_resume(bool ask_once)
550 lcd_double_height(false); 550 lcd_double_height(false);
551#endif 551#endif
552 552
553 if (usb_detect()) {
554 usb_screen();
555 return false;
556 }
557
553 /* always resume? */ 558 /* always resume? */
554 if ( global_settings.resume == RESUME_ON ) 559 if ( global_settings.resume == RESUME_ON )
555 return true; 560 return true;