duheng
2024-12-10 26917739c47252ecdc3b8f43eca6ebaf9cba6ac4
Desktop/HStation.Desktop.Xhs.Core/MainForm.cs
@@ -1133,11 +1133,11 @@
        {
            //foreach (NavButton item in this.tileNavPane.Buttons)
            //{
            //    if (item.Tag == null)
            //    if (item.TagName == null)
            //        continue;
            //    if (item.Tag is int)
            //    if (item.TagName is int)
            //    {
            //        if (((int)item.Tag) == (int)modular)
            //        if (((int)item.TagName) == (int)modular)
            //        {
            //            item.Appearance.BackColor = Color.FromArgb(255, 128, 0);
            //        }