feat: voice note config fields

This commit is contained in:
Lewis Wynne 2026-04-10 02:12:57 +01:00
parent c05cbf4cbc
commit ca9eaf0662
3 changed files with 38 additions and 0 deletions

View file

@ -265,6 +265,9 @@ mod tests {
label_drawing: "Draw (optional):".into(),
canvas_width: 400,
canvas_height: 200,
enable_voice_notes: false,
label_voice_note: "Voice note (optional):".into(),
voice_note_max_duration: 20,
template: None,
success_template: None,
separator: "---".into(),