Update Options.hpp

This commit is contained in:
0TheSpy
2021-07-10 18:21:38 +03:00
committed by GitHub
parent d98c7c5d9f
commit 58ba640cb1

View File

@ -786,8 +786,6 @@ public:
}; };
HMODULE hModuleGlobal = NULL; HMODULE hModuleGlobal = NULL;
int needtogetseqact = 0; int needtogetseqact = 0;
@ -795,8 +793,7 @@ public:
bool disconnected = 0; bool disconnected = 0;
bool needupdate = 0; bool needupdate = 0;
bool loading = 0; bool loading = 0;
bool autoload = 0;
bool unhook = 0; bool unhook = 0;
std::vector<std::string> names = { std::vector<std::string> names = {
@ -986,10 +983,9 @@ public:
std::string icon; std::string icon;
bool isSelected; bool isSelected;
}; };
bool show = false; bool show = false;
int autoconfig = -1;
}; };
inline Options_my opt; inline Options_my opt;