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
|
// 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
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user