diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h index 6c1a7bff2..957c49fed 100644 --- a/src/client.h +++ b/src/client.h @@ -288,8 +288,7 @@ public: std::string getSupportUrl() const A_WARN_UNUSED { return mCurrentServer.supportUrl; } - bool isKeyboardVisible() const - { return mKeyboardHeight > 1; } + bool isKeyboardVisible() const; void setGuiAlpha(const float n) { mGuiAlpha = n; } |