Add properties to bread crumbs context menu
This commit is contained in:
parent
26423beaac
commit
419a4dcdc7
4 changed files with 46 additions and 0 deletions
|
|
@ -644,6 +644,9 @@ impl Application for App {
|
|||
tab::Command::OpenInNewWindow(_path) => {
|
||||
log::warn!("OpenInNewWindow not supported in dialog");
|
||||
}
|
||||
tab::Command::LocationProperties(_path) => {
|
||||
log::warn!("LocationProperties not supported in dialog");
|
||||
}
|
||||
tab::Command::Scroll(id, offset) => {
|
||||
commands.push(scrollable::scroll_to(id, offset));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue