GUI: implement multi sel on NFD and IGFD

This commit is contained in:
tildearrow 2022-07-16 01:52:15 -05:00
parent 666b0d581a
commit 96b7e5d353
2 changed files with 30 additions and 11 deletions

View file

@ -35,7 +35,7 @@ class FurnaceGUIFileDialog {
std::thread* dialogO;
std::thread* dialogS;
std::atomic<bool> dialogOK;
String nfdResult;
std::vector<String> nfdResult;
#else
pfd::open_file* dialogO;
pfd::save_file* dialogS;