flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
294 stars 25 forks source link

OpenDialog window doesn't show SaveDirectory #85

Open togfoxy opened 3 years ago

togfoxy commented 3 years ago

The love2D function love.filesystem.getSaveDirectory() returns a folder in %appdata%/Roaming but the FileDialog window won't allow navigation into this folder.

I've set the default directory to %appdata% and this is the work around.

Windows OS obviously.

Edit: edited for correctness.

flamendless commented 3 years ago

@togfoxy is still this an issue with the latest release?

It would be helpful if other users on windows could verify this behavior. Im on Linux so i cant really test right now