diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index c166b438b..7a88c6734 100644 --- a/src/client.h +++ b/src/client.h @@ -272,6 +272,9 @@ public: std::string getSupportUrl() const A_WARN_UNUSED { return mCurrentServer.supportUrl; } + std::string getLogFileName() const A_WARN_UNUSED + { return mLogFileName; } + bool isKeyboardVisible() const; void setGuiAlpha(const float n) @@ -406,6 +409,7 @@ private: std::string mRootDir; std::string mServerName; std::string mOnlineListUrl; + std::string mLogFileName; ServerInfo mCurrentServer; |