config storage
This commit is contained in:
parent
0f7e1a50c9
commit
03fd518e9b
7 changed files with 74 additions and 3 deletions
|
|
@ -127,6 +127,7 @@ class FurnaceFilePicker {
|
|||
bool editingPath;
|
||||
|
||||
// configuration
|
||||
String configPrefix;
|
||||
std::vector<String> bookmarks;
|
||||
bool showHiddenFiles;
|
||||
bool singleClickSelect;
|
||||
|
|
@ -162,6 +163,7 @@ class FurnaceFilePicker {
|
|||
void setTypeStyle(FileType type, ImVec4 color, String icon);
|
||||
void registerType(String ext, ImVec4 color, String icon);
|
||||
void clearTypes();
|
||||
void setConfigPrefix(String prefix);
|
||||
FurnaceFilePicker();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue