remember search results when re-opening

This commit is contained in:
tildearrow 2025-10-03 17:21:28 -05:00
parent eaf1cdc823
commit aabe2f58f5
2 changed files with 79 additions and 57 deletions

View file

@ -148,6 +148,7 @@ class FurnaceFilePicker {
bool isPathAbsolute(const String& p);
void addBookmark(const String& p, String n="");
FileEntry* makeEntry(void* _entry, const char* prefix=NULL);
void completeStat();
void drawFileList(ImVec2& tableSize, bool& acknowledged);
void drawBookmarks(ImVec2& tableSize, String& newDir);