diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_other.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 707d5fa4a..2d6febe60 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -256,8 +256,10 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Hide shield sprite"), "", "hideShield", this, "hideShieldEvent"); +#ifndef ANDROID new SetupItemCheckBox(_("Use FBO for screenshots (only for opengl)"), "", "usefbo", this, "usefboEvent"); +#endif new SetupItemIntTextField(_("Network delay between sub servers"), "", "networksleep", this, "networksleepEvent", 0, 10000); |