Add Script path Selection inside U-U!

Press <Y> inside the Settings Sub Menu to select it.
This commit is contained in:
StackZ
2019-12-25 21:35:20 +01:00
parent 6db2c2ab41
commit 0fb5d03a87
6 changed files with 176 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@
#include "screens/screen.hpp"
#include "screens/screenCommon.hpp"
#include "utils/fileBrowse.h"
#include "utils/structs.hpp"
#include <vector>
+2
View File
@@ -28,4 +28,6 @@ void getDirectoryContents(std::vector<DirEntry>& dirContents, const std::vector<
void getDirectoryContents(std::vector<DirEntry>& dirContents);
std::vector<std::string> getContents(const std::string &name, const std::vector<std::string> &extensionList);
std::string selectFilePath(std::string selectText, int selectionMode = 1);
#endif //FILE_BROWSE_H