diff --git a/packages/shell/esm-app-shell/src/apps.ts b/packages/shell/esm-app-shell/src/apps.ts index 8a92cca81..d6c85c00f 100644 --- a/packages/shell/esm-app-shell/src/apps.ts +++ b/packages/shell/esm-app-shell/src/apps.ts @@ -316,6 +316,8 @@ supported, so the extension will not be loaded.` order: extension.order, moduleName: appName, privileges: extension.privileges, + online: extension.online, + offline: extension.offline, }); for (const slot of slots) {