From cf168c3716a827a62b6757968e0fa8d1f1578545 Mon Sep 17 00:00:00 2001 From: jacovinus Date: Thu, 21 Dec 2023 11:02:56 +0100 Subject: [PATCH] fix: update package version and non active by default --- packages/main/package.json | 2 +- packages/main/views/Main/helpers.ts | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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);