remove testing negation

This commit is contained in:
Aaron Bieber 2023-03-03 06:17:44 -07:00
parent f6ac3dc05b
commit 314df9c4d1
No known key found for this signature in database

View File

@ -84,7 +84,7 @@ func buildImage(xin *xinStatus) *myIcon {
i.data.Set(x, y, border)
} else {
if aliveCount > 0 && y < gridMark*utdCount {
if !xin.hasReboot {
if xin.hasReboot {
i.data.Set(x, y, rebootColor)
} else {
i.data.Set(x, y, on)