diff --git a/ui/src/app/app-host.ts b/ui/src/app/app-host.ts index 7edec7e11f1f..82eafaacd2c6 100644 --- a/ui/src/app/app-host.ts +++ b/ui/src/app/app-host.ts @@ -1509,6 +1509,10 @@ class OpenClawShell extends OpenClawLightDomElement { context.overlays.closeDevicePairSetup(); this.navigate("nodes"); }, + onGetApps: () => { + context.overlays.closeDevicePairSetup(); + this.navigate("apps"); + }, })} ${onboarding && activeRoute !== "custodian" ? html` void; onCopy: (setupCode: string) => void; onManageDevices: () => void; + onGetApps: () => void; }; export function renderDevicePairSetup(props: DevicePairSetupProps) { @@ -40,6 +41,10 @@ export function renderDevicePairSetup(props: DevicePairSetupProps) {

${title}

${description}

+

+ ${t("nodes.pairing.noApp")} + +