mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
wip: midi import/export browser, pt.3
This commit is contained in:
parent
fab6113478
commit
a4febb8a0d
3 changed files with 49 additions and 30 deletions
|
|
@ -258,7 +258,8 @@ pub enum FileBrowserCommand {
|
|||
Cancel,
|
||||
Confirm,
|
||||
Select(usize),
|
||||
Chdir(PathBuf)
|
||||
Chdir(PathBuf),
|
||||
Filter(String),
|
||||
}
|
||||
|
||||
impl<T: PhrasesControl> Command<T> for FileBrowserCommand {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue