From aae4f1aedbb445810699ec9db48bc588c52b6962 Mon Sep 17 00:00:00 2001 From: ABA2396 <2396806385@qq.com> Date: Sun, 5 Jun 2022 23:46:27 +0800 Subject: [PATCH] =?UTF-8?q?feat.=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=BC=96=E9=98=9F(=E7=8E=B0=E5=9C=A8?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=BC=96=E9=98=9F=E8=BF=98=E6=9C=89=E9=97=AE?= =?UTF-8?q?=E9=A2=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAsstGui/ViewModels/CopilotViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MeoAsstGui/ViewModels/CopilotViewModel.cs b/src/MeoAsstGui/ViewModels/CopilotViewModel.cs index 4225747162..477147d5b6 100644 --- a/src/MeoAsstGui/ViewModels/CopilotViewModel.cs +++ b/src/MeoAsstGui/ViewModels/CopilotViewModel.cs @@ -182,7 +182,7 @@ namespace MeoAsstGui } } - private bool _form = true; + private bool _form = false; public bool Form {