The Network Settings tab is a UI placeholder with no functional backend. All controls are @State-backed and not persisted or applied:
- Proxy mode (Auto/Custom/None)
- Container domains & IPs toggle
- HTTPS for container domains toggle
- IP range picker
- Apply and Restart button
The entire NetworkSettingsView is currently commented out in SettingsView.swift with a TODO reference to this issue. It should be implemented when the network configuration backend is available.
The Network Settings tab is a UI placeholder with no functional backend. All controls are
@State-backed and not persisted or applied:The entire
NetworkSettingsViewis currently commented out inSettingsView.swiftwith a TODO reference to this issue. It should be implemented when the network configuration backend is available.