A toggle for editor views
This commit is contained in:
parent
20d06800c8
commit
f656cce769
2 changed files with 64 additions and 39 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue