재커밋

This commit is contained in:
shark219-hub
2025-06-12 10:09:01 +09:00
parent f22ca7d439
commit c1ba388b5a
3 changed files with 20 additions and 3 deletions

View File

@@ -2249,7 +2249,7 @@ namespace vmsnet
if (PUB.indicator != null && PUB.indicator.IsOpen)
{
this.lbINDI.ForeColor = Color.green;
this.lbINDI.ForeColor = Color.Green;
}
else if (PUB.CONFIG.indicator_port.isEmpty())
{