No error is a dead end: crash, click, and your agent is already looking
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -203,6 +203,7 @@ Rectangle {
|
||||
case "containers": return containersPage;
|
||||
case "ssh-keys": return sshKeysPage;
|
||||
case "services": return healthPage;
|
||||
case "agents": return agentsPage;
|
||||
case "manual": return manualPage;
|
||||
case "about": return aboutPage;
|
||||
default: return homePage;
|
||||
@@ -275,6 +276,7 @@ Rectangle {
|
||||
Component { id: privacyPage; PrivacyPage {} }
|
||||
Component { id: onlineAccountsPage; OnlineAccountsPage {} }
|
||||
Component { id: healthPage; HealthPage {} }
|
||||
Component { id: agentsPage; AgentsPage {} }
|
||||
Component { id: manualPage; ManualPage {} }
|
||||
Component { id: aboutPage; AboutPage {} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user