Skip to main content

recording_pending_export

Function recording_pending_export 

Source
pub fn recording_pending_export(
    recording_state: State<'_, RecordingState>,
) -> Option<PendingExportView>
Expand description

The recording currently sitting in scratch awaiting export, if any (M-SAVE.1). The Save panel polls this on mount (and after stop_recording) to decide whether to appear. None when nothing is awaiting export.