mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update Options.hpp
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user