diff --git a/packages/main/package.json b/packages/main/package.json index 029bb98c..f432393e 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,7 +1,7 @@ { "name": "@ui/main", "private": true, - "version": "0.27.3", + "version": "0.27.8", "type": "module", "scripts": { "dev": "VITE_APP_VERSION=$npm_package_version vite", diff --git a/packages/main/views/Main/helpers.ts b/packages/main/views/Main/helpers.ts index 5b06ca25..3831bf1c 100644 --- a/packages/main/views/Main/helpers.ts +++ b/packages/main/views/Main/helpers.ts @@ -180,11 +180,7 @@ export async function checkLocalAPI( "Cardinal View", true ); - LocalPluginsManagement().togglePlugin( - "Query Item", - "Cardinal View", - true - ) + isReady = true; } else { setResponseType(ResponseEnum.NODE);