Add HideUpdateMessages setting ("ImScaredOfUpdates") and periodic update reminders (every 5th heartbeat)

This commit is contained in:
Lion Kortlepel
2022-03-25 13:33:03 +01:00
parent f8c58f363a
commit de82caef33
4 changed files with 25 additions and 11 deletions

View File

@@ -54,6 +54,7 @@ public:
bool SendErrorsMessageEnabled { true };
int HTTPServerPort { 8080 };
bool HTTPServerUseSSL { true };
bool HideUpdateMessages { false };
[[nodiscard]] bool HasCustomIP() const { return !CustomIP.empty(); }
};