From 5c968a124280a60e64298809e3e78e5d3783d59c Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 13 Jul 2013 22:11:30 +0200 Subject: - added the ability to connect to the internet through a proxy - integrated fomod installer now supports the or-operator for page conditions - integrated fomod installer now caches condition results to speed up tests --- src/settings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 2d66fd59..f1d29bd7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -162,6 +162,11 @@ public: **/ bool enableQuickInstaller(); + /** + * @return true if the user configured the use of a network proxy + */ + bool useProxy(); + /** * @brief sets the new motd hash **/ -- cgit v1.3.1