You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "File System" icon (/, URL computer:///root.link) should always be the first one
Followed by any other disks (MIME type inode/mount-point, URL computer:///*.mount) ideally in the order of time when they were mounted (oldest mounts first)
Everything else, depending on the order set by the user
Thanks for looking into this. Merging your PR, but it's not completely solved yet: Depending on what sort order the user chooses (e.g, by file type, by file name) it still can happen that the volumes are not in front of everything else.
To be clear, the intended behavior is that only the files and folders to be afftected by the sort order the user chooses. The combined model should not be sorted according to the user's choice. Volumes should always be first, and always in the order of when they were mounted.
This is a follow-up from #9.
Would it be possible to adjust the order a bit?
Ideally:
/
, URLcomputer:///root.link
) should always be the first oneinode/mount-point
, URLcomputer:///*.mount
) ideally in the order of time when they were mounted (oldest mounts first)cc @moochris
The text was updated successfully, but these errors were encountered: