more consistend forward menu

This commit is contained in:
Green Sky 2024-07-31 18:30:02 +02:00
parent 78a2e0751b
commit c7ba6d19ad
No known key found for this signature in database

View File

@ -1195,6 +1195,8 @@ void ChatGui4::renderMessageBodyFile(Message3Registry& reg, const Message3 e) {
} }
ImGui::EndMenu(); ImGui::EndMenu();
} }
} else {
ImGui::TextDisabled("forward");
} }
ImGui::Separator(); ImGui::Separator();