does this work?

also add a crude diagnosis tool for #1825
This commit is contained in:
tildearrow 2025-09-28 18:26:10 -05:00
parent 52d494c601
commit 0f7e1a50c9
5 changed files with 330 additions and 258 deletions

View file

@ -142,6 +142,8 @@ class FurnaceFilePicker {
String normalizePath(const String& which);
bool isPathAbsolute(const String& p);
void drawFileList(ImVec2& tableSize, bool& acknowledged);
public:
void readDirectorySub();
void setHomeDir(String where);