add config linking

add link to game path
add link to profile path
add link to cache path
add link to console
add link to build
add panel to all 3 frames
This commit is contained in:
Sam39
2022-08-11 16:48:21 +03:00
parent cd1c8a6935
commit a407d00378
3 changed files with 174 additions and 66 deletions

View File

@@ -82,6 +82,9 @@ class Launcher {
std::string Version{"2.0"};
Server ServerHandler{this};
std::string TargetBuild{"default"};
std::string GameConfigPath{""};
std::string ProfileConfigPath{""};
std::string CacheConfigPath{""};
static inline std::atomic<bool> Shutdown{false}, Exit{false};
std::string FullVersion{Version + ".99"};
VersionParser SupportedVersion{"0.25.4.0"};