diff options
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index 940623379..9f3c30dec 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -371,9 +371,11 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "", "usefbo", this, "usefboEvent"); #endif +#ifndef WIN32 // TRANSLATORS: settings option new SetupItemTextField(_("Screenshot directory"), "", "screenshotDirectory2", this, "screenshotDirectory2Event", true, true); +#endif // TRANSLATORS: settings option new SetupItemIntTextField(_("Network delay between sub servers"), |