still trying to figure out video db stuff
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-25 11:11:31 -05:00
parent a019dc235d
commit 5cb53cbe72
5 changed files with 63 additions and 95 deletions

View file

@ -141,6 +141,7 @@ enum Message {
Present(presenter::Message),
Library(library::Message),
SongEditor(song_editor::Message),
VideoEditor(video_editor::Message),
File(PathBuf),
OpenWindow,
CloseWindow(Option<window::Id>),
@ -173,7 +174,6 @@ enum Message {
Save(Option<PathBuf>),
SaveAs,
OpenSettings,
VideoEditor(video_editor::Message),
}
#[derive(Debug, Clone, Copy, PartialEq, Eq)]