better defaults in song editor
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-01-22 14:17:54 -06:00
parent 83164ce7f6
commit 152532f60b

View file

@ -146,18 +146,18 @@ impl SongEditor {
song: None,
font_db,
fonts_combo: combo_box::State::new(fonts),
title: "Death was Arrested".to_string(),
font: "Quicksand".to_string(),
font_size: 16,
title: "".into(),
font: "".into(),
font_size: 60,
font_sizes: combo_box::State::new(font_sizes),
verse_order: "Death was Arrested".to_string(),
verse_order: "".into(),
lyrics: text_editor::Content::new(),
editing: false,
author: "North Point Worship".into(),
author: "".into(),
audio: PathBuf::new(),
background: None,
video: None,
ccli: "8".to_string(),
ccli: "".to_string(),
slide_state: SlideEditor::default(),
song_slides: None,
stroke_sizes: combo_box::State::new(stroke_sizes),