From 5728d628a22440f2d1280751fdc03b108a6370e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Tue, 29 Apr 2025 21:55:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20=E4=BF=AE=E5=A4=8D=E7=A6=BB?= =?UTF-8?q?=E7=BA=BF=E7=89=88arduino=E4=B8=8A=E4=BC=A0=E6=97=B6=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1progress=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/electron/arduino-shell.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/modules/mixly-modules/electron/arduino-shell.js b/common/modules/mixly-modules/electron/arduino-shell.js index 78d04ca6..7b33c5de 100644 --- a/common/modules/mixly-modules/electron/arduino-shell.js +++ b/common/modules/mixly-modules/electron/arduino-shell.js @@ -258,6 +258,8 @@ ArduShell.upload = (boardType, port) => { const code = editor.getCode(); ArduShell.progressLayer.title(`${Msg.Lang['shell.uploading']}...`); mainStatusBarTabs.show(); + ArduShell.progressLayer.title(`${Msg.Lang['shell.uploading']}...`); + ArduShell.progressLayer.show(); statusBarTerminal.setValue(Msg.Lang['shell.uploading'] + "...\n"); const configPath = path.join(ArduShell.shellPath, '../arduino-cli.json'), defaultLibPath = path.join(ArduShell.shellPath, '../libraries'),