summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/action.c1
-rw-r--r--apps/settings_list.c5
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/action.c b/apps/action.c
index 7667e4dd12..31770cdb4e 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -192,6 +192,7 @@ static int get_action_worker(int context, int timeout,
192 repeated = false; 192 repeated = false;
193 193
194 last_button = button; 194 last_button = button;
195 last_action = ret;
195 return ret; 196 return ret;
196} 197}
197 198
diff --git a/apps/settings_list.c b/apps/settings_list.c
index e8ee59790d..67974c52d6 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -529,9 +529,10 @@ const struct settings_list settings[] = {
529 LANG_OFF, TALK_ID(500, UNIT_MS), 529 LANG_OFF, TALK_ID(500, UNIT_MS),
530 TALK_ID(1, UNIT_SEC), TALK_ID(2, UNIT_SEC)), 530 TALK_ID(1, UNIT_SEC), TALK_ID(2, UNIT_SEC)),
531 STRINGCHOICE_SETTING(0,backlight_fade_out, LANG_BACKLIGHT_FADE_OUT, 1, 531 STRINGCHOICE_SETTING(0,backlight_fade_out, LANG_BACKLIGHT_FADE_OUT, 1,
532 "backlight fade out","off,500ms,1s,2s", backlight_set_fade_out, 4, 532 "backlight fade out","off,500ms,1s,2s,3s,5s,10s", backlight_set_fade_out, 7,
533 LANG_OFF, TALK_ID(500, UNIT_MS), 533 LANG_OFF, TALK_ID(500, UNIT_MS),
534 TALK_ID(1, UNIT_SEC), TALK_ID(2, UNIT_SEC)), 534 TALK_ID(1, UNIT_SEC), TALK_ID(2, UNIT_SEC),
535 TALK_ID(3, UNIT_SEC), TALK_ID(5, UNIT_SEC), TALK_ID(10, UNIT_SEC)),
535#endif 536#endif
536 INT_SETTING(0, scroll_speed, LANG_SCROLL_SPEED, 9,"scroll speed", 537 INT_SETTING(0, scroll_speed, LANG_SCROLL_SPEED, 9,"scroll speed",
537 UNIT_INT, 0, 15, 1, NULL, NULL, lcd_scroll_speed), 538 UNIT_INT, 0, 15, 1, NULL, NULL, lcd_scroll_speed),