fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
91 stars 14 forks source link

Macintosh HD shown twice (macOS) #201

Closed hacknus closed 4 days ago

hacknus commented 6 days ago

On macOS, the egui-file-dialog works well, but Macintosh HD is shown twice.

This seems to be caused by the APFS file system and Apple's system integrity protection.

All the quick-action folders in the side bar point to /, everything is mapped there when using the command line etc on a Mac, so we should probably also use this.

I'll look into this and also verify that using / will not result in any write permission issues.

fluxxcode commented 4 days ago

Fixed