mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-20 19:04:06 +00:00
Updated Items Info notification
Showing only when new object is added (typically loading projects). All info in 1 notification.
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user