Compare commits

..

2 Commits

Author SHA1 Message Date
037ae18d53 indicate have all on ft 2024-12-12 01:05:14 +01:00
9ab3e84433 fix bad cherry-pick 2024-12-04 11:57:06 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -48,7 +48,7 @@ MainScreen::MainScreen(SimpleConfigModel&& conf_, SDL_Renderer* renderer_, Theme
osui(os), osui(os),
tuiu(tc, conf, &tpi), tuiu(tc, conf, &tpi),
tdch(tpi), tdch(tpi),
tnui(tpi) tnui(tpi),
smui(os, sm), smui(os, sm),
dvt(os, sm, sdlrtu) dvt(os, sm, sdlrtu)
{ {