GUI: possibly make it work on sys file picker

This commit is contained in:
tildearrow 2024-05-24 14:49:23 -05:00
parent 323a6ae547
commit 0cb3937e7f

View file

@ -124,6 +124,7 @@ bool FurnaceGUIFileDialog::openLoad(String header, std::vector<String> filter, S
logD("opening load file dialog with curPath %s",curPath.c_str()); logD("opening load file dialog with curPath %s",curPath.c_str());
if (sysDialog) { if (sysDialog) {
curPath+=hint;
#ifdef USE_NFD #ifdef USE_NFD
dialogOK=false; dialogOK=false;
#ifdef NFD_NON_THREADED #ifdef NFD_NON_THREADED