Skip to content

Commit

Permalink
indicate have all on ft
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Dec 12, 2024
1 parent c68a9a2 commit f89aeae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chat_gui4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,10 @@ void ChatGui4::renderMessageBodyFile(Message3Registry& reg, const Message3 e) {
// TODO: missing other states
ImGui::TextUnformatted("running");
}
if (o.all_of<ObjComp::F::TagLocalHaveAll>()) {
ImGui::SameLine();
ImGui::TextUnformatted("(have all)");
}

// if in offered state
// paused, never started
Expand Down

0 comments on commit f89aeae

Please sign in to comment.