feat: dnd to trash
This commit is contained in:
parent
50ca5316f9
commit
11a2d0deef
3 changed files with 25 additions and 7 deletions
|
|
@ -637,6 +637,9 @@ impl Application for App {
|
|||
tab::Command::Timeout(_, _) => {
|
||||
log::warn!("Timeout not supported in dialog");
|
||||
}
|
||||
tab::Command::MoveToTrash(_) => {
|
||||
log::warn!("MoveToTrash not supported in dialog");
|
||||
}
|
||||
}
|
||||
}
|
||||
return Command::batch(commands);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue