Add "VIEWMODE" to config.

This commit is contained in:
VoltZ
2019-11-13 23:33:59 +01:00
parent 6a12495e59
commit bb2cecc622
10 changed files with 32 additions and 32 deletions
-1
View File
@@ -40,7 +40,6 @@ public:
ScriptBrowse();
private:
int listMode = 0;
std::vector<DirEntry> dirContents;
mutable int screenPos = 0;
mutable int screenPosList = 0;
-1
View File
@@ -46,7 +46,6 @@ private:
void SelectFunction(u32 hDown, u32 hHeld);
int mode = 0;
int listMode = 0;
std::vector<DirEntry> dirContents;
mutable int screenPos = 0;
mutable int screenPosList = 0;
-1
View File
@@ -40,7 +40,6 @@ private:
void execute();
mutable int selection = 0;
int screenPos = 0;
int listMode = 0;
mutable int screenPosList = 0;
int keyRepeatDelay = 0;
int fastMode = false;
+1 -1
View File
@@ -32,7 +32,7 @@
namespace Config {
// [UI]
extern int lang; // The current Language.
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor; // Colors!
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode;
extern std::string ScriptPath;
void load();