summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 7f87b7caa2..37b7b49290 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -1375,6 +1375,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
1375 viewer_reset_settings(); /* load defaults first */ 1375 viewer_reset_settings(); /* load defaults first */
1376 viewer_load_settings(); /* .. then try to load from disk */ 1376 viewer_load_settings(); /* .. then try to load from disk */
1377 1377
1378#if LCD_DEPTH > 1
1379 rb->lcd_set_backdrop(NULL);
1380#endif
1381
1378 viewer_draw(col); 1382 viewer_draw(col);
1379 1383
1380 while (!done) { 1384 while (!done) {