The System Settings view has UI controls for resource limits and environment options that require backend gRPC support to function:
- Memory limit slider (1–14 GiB)
- CPU limit slider
- Admin privileges toggle
- Rosetta toggle
- Apply and Restart button
These controls are currently commented out in SystemSettingsView.swift with TODO references to this issue. They should be wired up once the daemon exposes resource configuration APIs.
The System Settings view has UI controls for resource limits and environment options that require backend gRPC support to function:
These controls are currently commented out in
SystemSettingsView.swiftwith TODO references to this issue. They should be wired up once the daemon exposes resource configuration APIs.