From 037ae18d530e6684ee2814a9b34341a1bee0b061 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 12 Dec 2024 01:05:14 +0100 Subject: [PATCH] indicate have all on ft --- src/chat_gui4.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/chat_gui4.cpp b/src/chat_gui4.cpp index e089040..90ff3eb 100644 --- a/src/chat_gui4.cpp +++ b/src/chat_gui4.cpp @@ -1123,6 +1123,10 @@ void ChatGui4::renderMessageBodyFile(Message3Registry& reg, const Message3 e) { // TODO: missing other states ImGui::TextUnformatted("running"); } + if (o.all_of()) { + ImGui::SameLine(); + ImGui::TextUnformatted("(have all)"); + } // if in offered state // paused, never started