Merge branch 'rc-v3.0.2' into rc-v3.1.0

This commit is contained in:
Lion Kortlepel
2022-04-28 14:40:37 +02:00
15 changed files with 79 additions and 23 deletions

View File

@@ -14,7 +14,6 @@ extern TSentry Sentry;
#include <mutex>
#include <sstream>
#include <zlib.h>
#include <filesystem>
#include "Compat.h"
@@ -56,7 +55,8 @@ public:
bool SendErrors { true };
bool SendErrorsMessageEnabled { true };
int HTTPServerPort { 8080 };
bool HTTPServerUseSSL { true };
std::string HTTPServerIP { "127.0.0.1" };
bool HTTPServerUseSSL { false };
bool HideUpdateMessages { false };
[[nodiscard]] bool HasCustomIP() const { return !CustomIP.empty(); }
};