- fix uri now show beammp launcher prompt

This commit is contained in:
Anonymous-275
2023-09-02 00:55:58 +01:00
parent 6e7803357a
commit 5d1aee98a1
5 changed files with 39 additions and 29 deletions

View File

@@ -30,6 +30,7 @@ class Launcher {
public: // available functions
static void StaticAbort(Launcher* Instance = nullptr);
std::string Login(const std::string& fields);
void UpdateKey(const std::string& newKey);
void SendIPC(const std::string& Data, bool core = true);
void LoadConfig(const fs::path& conf);
void RunDiscordRPC();
@@ -76,7 +77,7 @@ class Launcher {
fs::path MPUserPath{};
fs::path BeamUserPath{};
fs::path BeamProfilePath{};
fs::path LauncherCache{"Resources"};
fs::path LauncherCache{};
int64_t DiscordTime{};
bool LoginAuth = false;
bool DebugMode = false;