Compare commits
2 Commits
03633e41a2
...
net_prof
Author | SHA1 | Date | |
---|---|---|---|
037ae18d53 | |||
9ab3e84433 |
@ -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
|
||||
|
@ -48,7 +48,7 @@ MainScreen::MainScreen(SimpleConfigModel&& conf_, SDL_Renderer* renderer_, Theme
|
||||
osui(os),
|
||||
tuiu(tc, conf, &tpi),
|
||||
tdch(tpi),
|
||||
tnui(tpi)
|
||||
tnui(tpi),
|
||||
smui(os, sm),
|
||||
dvt(os, sm, sdlrtu)
|
||||
{
|
||||
|
Reference in New Issue
Block a user