add support for finding daybreak in non-standard paths (#62)

This commit is contained in:
ITotalJustice
2024-12-29 11:52:34 +00:00
committed by GitHub
parent 5db5f93af1
commit 7804bbbcbc
4 changed files with 92 additions and 33 deletions

View File

@@ -203,6 +203,7 @@ private:
void OnDeleteCallback();
void OnPasteCallback();
void OnRenameCallback();
auto CheckIfUpdateFolder() -> Result;
private:
static constexpr inline const char* INI_SECTION = "filebrowser";
@@ -215,6 +216,8 @@ private:
std::vector<u32> m_entries_index_search; // files found via search
std::span<u32> m_entries_current;
std::optional<fs::FsPath> m_daybreak_path;
// search options
// show files [X]
// show folders [X]