From 1c264199e5a4b73f48fc0109e94cfa19e1385831 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:39:10 +0900 Subject: [PATCH 1/2] =?UTF-8?q?FIX:=20=E5=86=8D=E8=B5=B7=E5=8B=95=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=82=92=E6=8A=BC=E3=81=97=E3=81=9F=E5=BE=8C?= =?UTF-8?q?=E3=81=AB=E4=BF=9D=E5=AD=98=E3=82=92=E3=82=AD=E3=83=A3=E3=83=B3?= =?UTF-8?q?=E3=82=BB=E3=83=AB=E3=81=99=E3=82=8B=E3=81=A8=E5=90=8C=E3=81=98?= =?UTF-8?q?=E3=82=A8=E3=83=B3=E3=82=B8=E3=83=B3=E3=82=92=E7=99=BB=E9=8C=B2?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EngineManageDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/EngineManageDialog.vue b/src/components/EngineManageDialog.vue index 93ff149662..fa82d2961e 100644 --- a/src/components/EngineManageDialog.vue +++ b/src/components/EngineManageDialog.vue @@ -593,6 +593,7 @@ const requireRestart = (message: string) => { }, }) .onOk(() => { + toInitialState(); store.dispatch("RESTART_APP", {}); }) .onCancel(() => { From cb7203df19b407ca9c7d086ea02cf7748cff2ee4 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:38:50 +0900 Subject: [PATCH 2/2] =?UTF-8?q?FIX:=20=E4=B8=80=E9=83=A8=E3=81=AE=E5=9E=8B?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EngineManageDialog.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/EngineManageDialog.vue b/src/components/EngineManageDialog.vue index fa82d2961e..d9a7d41a16 100644 --- a/src/components/EngineManageDialog.vue +++ b/src/components/EngineManageDialog.vue @@ -153,7 +153,11 @@ @@ -168,7 +172,7 @@ dense readonly :error=" - newEngineDirValidationState && + newEngineDirValidationState != undefined && newEngineDirValidationState !== 'ok' " placeholder="エンジンフォルダの場所" @@ -190,7 +194,11 @@