From 01350dff43436ec4d787b0e17f56019bd62a38dc Mon Sep 17 00:00:00 2001 From: huangcan Date: Thu, 14 Jul 2022 11:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=EF=BC=9A?= =?UTF-8?q?=E4=BB=A3=E5=8A=9E=E7=AA=97=E5=8F=A3=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=88=9D=E5=A7=8B=E5=8C=96type=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=B8=BANEW?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/Windows/ToDoWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Control/Windows/ToDoWindow.xaml.cs b/Control/Windows/ToDoWindow.xaml.cs index 2c8ff26..01db6ad 100644 --- a/Control/Windows/ToDoWindow.xaml.cs +++ b/Control/Windows/ToDoWindow.xaml.cs @@ -19,6 +19,7 @@ namespace GeekDesk.Control.Windows InitializeComponent(); RightCard.Content = backlog; backlog.BacklogList.ItemsSource = appData.ToDoList; + backlog.type = ToDoType.NEW; this.Topmost = true; if (backlog.BacklogList.Items.Count > 0) {