Notifications: MMU segmentation icon

This commit is contained in:
David Kocik 2021-08-12 15:29:14 +02:00
parent e947a29fc8
commit 117485c562

View File

@ -61,7 +61,7 @@ static const std::map<const wchar_t, std::string> font_icons_large = {
{ImGui::SinkingObjectMarker , "move" },
{ImGui::CustomSupportsMarker , "fdm_supports" },
{ImGui::CustomSeamMarker , "seam" },
{ImGui::MmuSegmentationMarker , "fdm_supports" },
{ImGui::MmuSegmentationMarker , "mmu_segmentation" },
{ImGui::VarLayerHeightMarker , "layers" },
{ImGui::DocumentationButton , "notification_documentation" },
{ImGui::DocumentationHoverButton, "notification_documentation_hover"},