forgot to update plugin
This commit is contained in:
2
external/solanaceae_plugin
vendored
2
external/solanaceae_plugin
vendored
Submodule external/solanaceae_plugin updated: 5ae3f07c3a...b502690621
@ -370,10 +370,10 @@ void ChatGui4::render(float time_delta) {
|
|||||||
// wrongly assumes contacts never get removed from a group
|
// wrongly assumes contacts never get removed from a group
|
||||||
if (sub_contacts != nullptr && list.size() < sub_contacts->size()) {
|
if (sub_contacts != nullptr && list.size() < sub_contacts->size()) {
|
||||||
// if partically delivered
|
// if partically delivered
|
||||||
ImGui::TextColored(ImVec4{0.7f, 0.7f, 0.1f, 0.5f}, "d");
|
ImGui::TextColored(ImVec4{0.7f, 0.7f, 0.1f, 0.7f}, "d");
|
||||||
} else {
|
} else {
|
||||||
// if fully delivered
|
// if fully delivered
|
||||||
ImGui::TextColored(ImVec4{0.1f, 0.8f, 0.1f, 0.5f}, "D");
|
ImGui::TextColored(ImVec4{0.1f, 0.8f, 0.1f, 0.7f}, "D");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::BeginItemTooltip()) {
|
if (ImGui::BeginItemTooltip()) {
|
||||||
@ -408,10 +408,10 @@ void ChatGui4::render(float time_delta) {
|
|||||||
// wrongly assumes contacts never get removed from a group
|
// wrongly assumes contacts never get removed from a group
|
||||||
if (sub_contacts != nullptr && list.size() < sub_contacts->size()) {
|
if (sub_contacts != nullptr && list.size() < sub_contacts->size()) {
|
||||||
// if partially read
|
// if partially read
|
||||||
ImGui::TextColored(ImVec4{0.7f, 0.7f, 0.1f, 0.5f}, "r");
|
ImGui::TextColored(ImVec4{0.7f, 0.7f, 0.1f, 0.7f}, "r");
|
||||||
} else {
|
} else {
|
||||||
// if fully read
|
// if fully read
|
||||||
ImGui::TextColored(ImVec4{0.1f, 0.8f, 0.1f, 0.5f}, "R");
|
ImGui::TextColored(ImVec4{0.1f, 0.8f, 0.1f, 0.7f}, "R");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui::BeginItemTooltip()) {
|
if (ImGui::BeginItemTooltip()) {
|
||||||
|
Reference in New Issue
Block a user