From 2341d755330e2c572b95646260bdb130639477ce Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Tue, 28 Mar 2023 10:41:01 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=94=AF=E6=8C=81=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/renderer/plugins-manager/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b2b8aa..12296c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "2.1.3", + "version": "2.1.4", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": { diff --git a/src/renderer/plugins-manager/index.ts b/src/renderer/plugins-manager/index.ts index eed771f..383054f 100644 --- a/src/renderer/plugins-manager/index.ts +++ b/src/renderer/plugins-manager/index.ts @@ -39,6 +39,7 @@ const createPluginManager = (): any => { // 自带的插件不需要检测更新 if (plugin.name === 'rubick-system-feature') return; await pluginInstance.upgrade(plugin.name); + state.pluginLoading = false; }; const openPlugin = async (plugin) => {