Updated Items Info notification

Showing only when new object is added (typically loading projects).
All info in 1 notification.
This commit is contained in:
David Kocik 2021-08-11 09:23:51 +02:00
parent 2ab0ea4c47
commit d735dbe147
5 changed files with 50 additions and 21 deletions

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 , "move" },
{ImGui::MmuSegmentationMarker , "fdm_supports" },
{ImGui::VarLayerHeightMarker , "layers" },
{ImGui::DocumentationButton , "notification_documentation" },
{ImGui::DocumentationHoverButton, "notification_documentation_hover"},