Skip to content

The volumes'icons aren't shown

Rastersoft requested to merge volume_icons_arent_shown into master

The parameters in the constructor of FileItem changed, now it doesn't require the current path for calling the thumbnails generator. But in desktopManager it was still being passed, thus passing the path instead of the volume object.

This patch fixes it.

Merge request reports