diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 2d66fd59..f1d29bd7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -163,6 +163,11 @@ public: bool enableQuickInstaller(); /** + * @return true if the user configured the use of a network proxy + */ + bool useProxy(); + + /** * @brief sets the new motd hash **/ void setMotDHash(uint hash); |
