Add properties to bread crumbs context menu

This commit is contained in:
Jason Rodney Hansen 2024-06-30 13:33:44 -06:00 committed by Jeremy Soller
parent 26423beaac
commit 419a4dcdc7
4 changed files with 46 additions and 0 deletions

View file

@ -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));
}