From 37c119c4a8e1749727958a6ced7e36ceda9ad9db Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 13 Apr 2026 19:35:40 +0300 Subject: s3: goal auto-continue, 10s test preset, fix overtime font and streak crash - Goal window auto-continues the fast; BACK/DOWN dismisses, SELECT stops - 10s dev preset added as last menu item (fires alarm after 10 s) - Switch to GOTHIC_28_BOLD for negative overtime to prevent truncation - Rewrite streak computation with UTC day integers to fix stack overflow Co-Authored-By: Claude Sonnet 4.6 --- src/c/fastforge_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c/fastforge_internal.h') diff --git a/src/c/fastforge_internal.h b/src/c/fastforge_internal.h index 980c00d..4fabda8 100644 --- a/src/c/fastforge_internal.h +++ b/src/c/fastforge_internal.h @@ -35,5 +35,6 @@ void show_placeholder_window(const char *title, const char *body, const char *hi void fastforge_history_register_app_message_handlers(void); void fastforge_history_stop_export(void); void fastforge_force_goal_alarm(void); +void fastforge_reschedule_alarm_for_seconds(uint32_t seconds); #endif -- cgit v1.2.3