A toggle for editor views

This commit is contained in:
Chris Cochrun 2025-02-20 11:54:37 -06:00
parent 20d06800c8
commit f656cce769
2 changed files with 64 additions and 39 deletions

View file

@ -2,3 +2,11 @@ pub mod library;
pub mod presenter;
pub mod song_editor;
pub mod video;
pub enum EditorMode {
Song,
Image,
Video,
Presentation,
Slide,
}