mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06: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:
parent
2ab0ea4c47
commit
d735dbe147
5 changed files with 50 additions and 21 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue