summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/stopwatch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index f4da7bfeaf..f71c4fe454 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -94,6 +94,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
94 else 94 else
95 { 95 {
96 button = rb->button_get_w_tmo(10); 96 button = rb->button_get_w_tmo(10);
97
98 /* Make sure that the jukebox isn't powered off
99 automatically */
100 rb->reset_poweroff_timer();
97 } 101 }
98 switch (button) 102 switch (button)
99 { 103 {