fix build state not saving

This commit is contained in:
Sam39
2022-08-18 16:18:39 +03:00
parent e9608e0f7e
commit 53fffdb802
2 changed files with 8 additions and 3 deletions

View File

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