Skip to content

fix display of folder sizes for empty folders

Ilia Kats requested to merge (removed):fix_folder_size into master

In detailed view (or in icons view, if item size is configured to be shown), no text is displayed for empty folders: beforebefore_items

I believe this was introduced in commits e6ea3ab4 and 61bf84c1.

This MR reverts to the old behavior for actual directories that have a size, while keeping the empty text for virtual directories, shown here for the remote:/ URL: after_bytesafter_items

Merge request reports