fix show console state not saving

This commit is contained in:
Sam39
2022-08-18 15:57:52 +03:00
parent ee99246428
commit e9608e0f7e
2 changed files with 16 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class ShutdownException : public std::runtime_error {
struct UIData {
static inline std::string GamePath, ProfilePath, CachePath, PublicKey, UserRole, Username;
static inline bool LoginAuth{false};
static inline bool LoginAuth{false}, Console{false};
};