diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index ae3cb3c..9e1a22f 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -550,6 +550,11 @@ static bool ask_resume(bool ask_once) lcd_double_height(false); #endif + if (usb_detect()) { + usb_screen(); + return false; + } + /* always resume? */ if ( global_settings.resume == RESUME_ON ) return true; |