Directories sizes in details view (#656)
* translations * folder size in details view * dir size subscription * waldir instead of recursion * opitonal size with calculating label waiting for subscription * removed not necessary code * Bug fixes --------- Co-authored-by: Jeremy Soller <jackpot51@gmail.com>
This commit is contained in:
parent
b76484457f
commit
5f944a3059
4 changed files with 109 additions and 14 deletions
|
|
@ -135,6 +135,7 @@ fn network_scan(uri: &str, sizes: IconSizes) -> Result<Vec<tab::Item>, String> {
|
|||
selected: false,
|
||||
highlighted: false,
|
||||
overlaps_drag_rect: false,
|
||||
size: None,
|
||||
});
|
||||
}
|
||||
Ok(items)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue