duheng
2025-02-07 e3ca589482a056449963e7bbbd77824ded3928bc
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeViewModel.cs
@@ -24,11 +24,11 @@
            this.Project = rhs;
            if (IsHave)
            {
                this.ImageIndex = ImageLib.NotImported;
                this.ImageIndex = 1;
            }
            else
            {
                this.ImageIndex = -1;
                this.ImageIndex = 0;
            }
        }