summaryrefslogtreecommitdiff
path: root/src/c/fastforge.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-13 23:40:06 +0300
committerPaul Buetow <paul@buetow.org>2026-04-13 23:40:06 +0300
commite3a0817da6bd108c5fdba65bb2585b4069fa68b1 (patch)
treede050644905555b0d718ef887d9e41aff4e5298b /src/c/fastforge.h
parent37c119c4a8e1749727958a6ced7e36ceda9ad9db (diff)
t2: add Resume Last Fast to main menu
Adds a new "Resume Last Fast" item at index 1 in the main menu that restores the most-recently completed history entry as the running fast (undo accidental stop). Subtitle shows the last fast duration, or "No previous fast" when unavailable or a fast is already running. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/c/fastforge.h')
-rw-r--r--src/c/fastforge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/fastforge.h b/src/c/fastforge.h
index de1959c..b3f4dc4 100644
--- a/src/c/fastforge.h
+++ b/src/c/fastforge.h
@@ -29,6 +29,7 @@ bool fast_is_running(void);
bool fast_start(uint16_t preset_target_minutes);
bool fast_stop(void);
bool fast_cancel(void);
+bool fast_resume_last(void);
bool history_delete_entry(int index);
#endif