UI: remove option to enable online access on startup

Setting up online access is being updated and this isn't required.
This commit is contained in:
Campbell Barton 2024-05-24 14:06:58 +10:00
parent da1ea4cdd1
commit aacf14ae95

View File

@ -3288,9 +3288,6 @@ class WM_MT_splash_quick_setup(Menu):
if hasattr(kc_prefs, "spacebar_action"):
col.row().prop(kc_prefs, "spacebar_action", text="Spacebar Action")
# Network.
col.row().prop(prefs.system, "use_online_access")
# Save Preferences.
sub = col.column()
sub.separator(factor=2)