summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index a63448aef..04deb93eb 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1846,6 +1846,11 @@ static SettingsContainer &GetSettingsTree()
ai->Add(new SettingEntry("economy.min_years_for_shares"));
}
+ SettingsPage *network = main->Add(new SettingsPage(STR_CONFIG_SETTING_NETWORK));
+ {
+ network->Add(new SettingEntry("network.use_relay_service"));
+ }
+
main->Init();
}
return *main;