diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 1cb35835a..2de069eb6 100644 --- a/src/client.h +++ b/src/client.h @@ -279,6 +279,9 @@ public: std::string getLogFileName() const A_WARN_UNUSED { return mLogFileName; } + const std::vector<std::string> &getMirrors() const A_WARN_UNUSED + { return mCurrentServer.updateMirrors; } + bool isKeyboardVisible() const; void setGuiAlpha(const float n) |