summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/multiboot_select.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/multiboot_select.c b/apps/plugins/multiboot_select.c
index 2922136548..02049f80fe 100644
--- a/apps/plugins/multiboot_select.c
+++ b/apps/plugins/multiboot_select.c
@@ -346,6 +346,10 @@ enum plugin_status plugin_start(const void* param)
346{ 346{
347 (void)param; 347 (void)param;
348 348
349#ifdef HAVE_TOUCHSCREEN
350 rb->touchscreen_set_mode(rb->global_settings->touch_mode);
351#endif
352
349 /* load the current root */ 353 /* load the current root */
350 const char* myroot = read_redirect(); 354 const char* myroot = read_redirect();
351 rb->strcpy(cur_root, myroot); 355 rb->strcpy(cur_root, myroot);