Skip to content

drive-menu: Don't assume mounts without volume are local

Florian Müllner requested to merge wip/fmuellner/53-hide-network-mounts into master

The intention of the code is to only expose actually plugged in devices rather than network mounts, but the existing heuristics are based on GVolume and simply assume a local mount where there's no associated volume. Fill that gap by querying the ::remote filesystem attribute in that case.

Closes #53 (closed)

Edited by Florian Müllner

Merge request reports