mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
show patch description in patch warn marker
This commit is contained in:
@@ -651,7 +651,7 @@ namespace overlay::windows {
|
||||
ImGui::TableNextColumn();
|
||||
if (!patch.caution.empty()) {
|
||||
ImGui::AlignTextToFramePadding();
|
||||
ImGui::WarnMarker(nullptr, patch.caution.c_str());
|
||||
ImGui::WarnMarker(patch.description.c_str(), patch.caution.c_str());
|
||||
} else {
|
||||
ImGui::DummyMarker();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user