summaryrefslogtreecommitdiff
path: root/apps/plugins/plasma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plasma.c')
-rw-r--r--apps/plugins/plasma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index c48235ecf8..927b290e12 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -348,6 +348,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
348 348
349 rb = api; /* copy to global api pointer */ 349 rb = api; /* copy to global api pointer */
350 (void)parameter; 350 (void)parameter;
351 rb->lcd_set_backdrop(NULL);
351 if (rb->global_settings->backlight_timeout > 0) 352 if (rb->global_settings->backlight_timeout > 0)
352 rb->backlight_set_timeout(1);/* keep the light on */ 353 rb->backlight_set_timeout(1);/* keep the light on */
353 354