From 5c9d41ce013205bdef4ebff837fadf2e0763401c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 May 2012 23:26:04 +0300 Subject: Add timeout option between connections to sub servers. This can be usefull for bad and slow connections. --- src/gui/setup_other.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_other.cpp') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index bf186b45a..2f86db8af 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -226,6 +226,9 @@ Setup_Other::Setup_Other() "", "usefbo", this, "usefboEvent"); #endif + new SetupItemIntTextField(_("Network delay between sub servers"), + "", "networksleep", this, "networksleepEvent", 0, 10000); + new SetupItemCheckBox(_("Show background"), "", "showBackground", this, "showBackgroundEvent"); -- cgit v1.2.3-70-g09d2