btzy / nativefiledialog-extended

Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.
zlib License
700 stars 96 forks source link

PickFolder on Portal backend should support default path too #134

Closed btzy closed 6 months ago

btzy commented 8 months ago

Since xdg-desktop-portal now supports this (see #66), and we have already implemented it for OpenDialog/OpenDialogMultiple, we should also implement it for PickFolder.

btzy commented 6 months ago

Seems like I got this wrong; it was already implemented in #108.