summaryrefslogtreecommitdiff
path: root/apps/plugins/fire.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fire.c')
-rw-r--r--apps/plugins/fire.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index df46eb918e..6f20609e62 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -409,6 +409,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
409 409
410 rb = api; // copy to global api pointer 410 rb = api; // copy to global api pointer
411 (void)parameter; 411 (void)parameter;
412 rb->lcd_set_backdrop(NULL);
412 if (rb->global_settings->backlight_timeout > 0) 413 if (rb->global_settings->backlight_timeout > 0)
413 rb->backlight_set_timeout(1);/* keep the light on */ 414 rb->backlight_set_timeout(1);/* keep the light on */
414 415