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); // }