mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-06 15:56:26 +00:00
fix show console state not saving
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user