- add uri connect

This commit is contained in:
Anonymous-275
2023-09-01 23:49:20 +01:00
parent f20635cc7e
commit d2dc3cfd76
3 changed files with 53 additions and 23 deletions

View File

@@ -86,6 +86,7 @@ class Launcher {
std::string PublicKey{};
std::thread IPCSystem{};
std::thread DiscordRPC{};
std::string ConnectURI{};
std::string BeamVersion{};
std::string DiscordMessage{};
Server ServerHandler{this};