btzy / nativefiledialog-extended

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

PickFolder on Portal backend should support default path too #134

Closed btzy closed 1 month ago

btzy commented 3 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 1 month ago

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