GUI: possibly make it work on sys file picker
This commit is contained in:
parent
323a6ae547
commit
0cb3937e7f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue