재커밋

This commit is contained in:
shark219
2025-06-12 09:40:47 +09:00
parent cbb7d14753
commit 6e777e9599

View File

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