Do the same mode on the ScriptBrowse as well!

This commit is contained in:
VoltZ
2019-11-10 13:48:11 +01:00
parent 1933017e60
commit 18733e7a9b
2 changed files with 54 additions and 18 deletions
+2 -1
View File
@@ -40,9 +40,10 @@ public:
ScriptBrowse();
private:
nlohmann::json currentFile;
int listMode = 0;
std::vector<DirEntry> dirContents;
mutable int screenPos = 0;
mutable int screenPosList = 0;
mutable int selection = 0;
int keyRepeatDelay = 0;
int fastMode = false;