forked from Green-Sky/tomato
indicate have all on ft
This commit is contained in:
parent
c68a9a2245
commit
f89aeae62b
@ -1123,6 +1123,10 @@ void ChatGui4::renderMessageBodyFile(Message3Registry& reg, const Message3 e) {
|
|||||||
// TODO: missing other states
|
// TODO: missing other states
|
||||||
ImGui::TextUnformatted("running");
|
ImGui::TextUnformatted("running");
|
||||||
}
|
}
|
||||||
|
if (o.all_of<ObjComp::F::TagLocalHaveAll>()) {
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::TextUnformatted("(have all)");
|
||||||
|
}
|
||||||
|
|
||||||
// if in offered state
|
// if in offered state
|
||||||
// paused, never started
|
// paused, never started
|
||||||
|
Loading…
x
Reference in New Issue
Block a user