summaryrefslogtreecommitdiff
path: root/apps/plugins/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/properties.c')
-rw-r--r--apps/plugins/properties.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index 4c172ff108..9db9572d43 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -411,10 +411,8 @@ enum plugin_status plugin_start(const void* parameter)
411 return PLUGIN_OK; 411 return PLUGIN_OK;
412 } 412 }
413 413
414#ifdef HAVE_LCD_BITMAP
415 FOR_NB_SCREENS(i) 414 FOR_NB_SCREENS(i)
416 rb->viewportmanager_theme_enable(i, true, NULL); 415 rb->viewportmanager_theme_enable(i, true, NULL);
417#endif
418 416
419 rb->gui_synclist_init(&properties_lists, &get_props, &dps, false, 2, NULL); 417 rb->gui_synclist_init(&properties_lists, &get_props, &dps, false, 2, NULL);
420 rb->gui_synclist_set_title(&properties_lists, rb->str(its_a_dir ? LANG_PROPERTIES_DIRECTORY_PROPERTIES : LANG_PROPERTIES_FILE_PROPERTIES), NOICON); 418 rb->gui_synclist_set_title(&properties_lists, rb->str(its_a_dir ? LANG_PROPERTIES_DIRECTORY_PROPERTIES : LANG_PROPERTIES_FILE_PROPERTIES), NOICON);
@@ -448,10 +446,8 @@ enum plugin_status plugin_start(const void* parameter)
448 } 446 }
449 } 447 }
450 448
451#ifdef HAVE_LCD_BITMAP
452 FOR_NB_SCREENS(i) 449 FOR_NB_SCREENS(i)
453 rb->viewportmanager_theme_undo(i, false); 450 rb->viewportmanager_theme_undo(i, false);
454#endif
455 451
456 return usb? PLUGIN_USB_CONNECTED: PLUGIN_OK; 452 return usb? PLUGIN_USB_CONNECTED: PLUGIN_OK;
457} 453}