All Terminals now can be opened in low power / channel state and show dark slots.
This commit is contained in:
@@ -241,4 +241,16 @@ public class ItemRepo
|
||||
list.resetStatus();
|
||||
}
|
||||
|
||||
private boolean hasPower;
|
||||
|
||||
public boolean hasPower()
|
||||
{
|
||||
return hasPower;
|
||||
}
|
||||
|
||||
public void setPower(boolean hasPower)
|
||||
{
|
||||
this.hasPower = hasPower;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user