const fn save_panel_visible(has_pending: bool, has_saved: bool) -> boolExpand description
Whether the post-record Save panel (M-SAVE.3) should replace the
record/stop footer. True while a recording is awaiting export
(has_pending) or an export just succeeded and is showing its
“Saved → Reveal” confirmation (has_saved, dismissed via “Done”).