diff options
-rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 0b41b3af46..40f880eab3 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -580,6 +580,7 @@ static bool ask_resume(bool ask_once) still be pressed since booting */ case BUTTON_ON: case BUTTON_ON | BUTTON_REL: + case BUTTON_ON | BUTTON_REPEAT: break; case SYS_USB_CONNECTED: |