summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 3f83850df7..7309d95df2 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -132,6 +132,9 @@ static void app_main(void)
132 screens[i].update(); 132 screens[i].update();
133 } 133 }
134 tree_gui_init(); 134 tree_gui_init();
135#ifdef HAVE_TOUCHPAD
136 touchpad_set_mode(TOUCHPAD_BUTTON);
137#endif
135 root_menu(); 138 root_menu();
136} 139}
137 140