Feat: UI/UX fixes + removing clones from places
This commit is contained in:
@@ -74,7 +74,6 @@ pub enum Modal {
|
||||
input: String,
|
||||
},
|
||||
SetTempo(String),
|
||||
JumpToStep(String),
|
||||
AddSamplePath(Box<FileBrowserState>),
|
||||
Editor,
|
||||
PatternProps {
|
||||
@@ -102,4 +101,9 @@ pub enum Modal {
|
||||
rotation: String,
|
||||
},
|
||||
Onboarding { page: usize },
|
||||
CommandPalette {
|
||||
input: String,
|
||||
cursor: usize,
|
||||
scroll: usize,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user