fix: add eject button for context menus on mount point
This commit is contained in:
parent
aba90279e6
commit
6a2bd1faf1
6 changed files with 90 additions and 16 deletions
|
|
@ -109,6 +109,7 @@ fn network_scan(uri: &str, sizes: IconSizes) -> Result<Vec<tab::Item>, String> {
|
|||
|
||||
items.push(tab::Item {
|
||||
name,
|
||||
is_mount_point: false,
|
||||
display_name,
|
||||
metadata,
|
||||
hidden: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue