WIP: support for network browsing
This commit is contained in:
parent
cd71c895f9
commit
c3d6498042
10 changed files with 251 additions and 85 deletions
|
|
@ -197,7 +197,7 @@ pub fn context_menu<'a>(
|
|||
children.push(sort_item(fl!("sort-by-size"), HeadingOptions::Size));
|
||||
}
|
||||
}
|
||||
(_, Location::Networks) => {
|
||||
(_, Location::Network(_, _)) => {
|
||||
//TODO: networks context menu?
|
||||
}
|
||||
(_, Location::Trash) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue