Commented code for different icon for UpdatedItemsInfo Notification.

This commit is contained in:
David Kocik 2021-11-15 13:54:02 +01:00
parent 3c4095cec2
commit 059e4f8cf1
4 changed files with 14 additions and 12 deletions

View file

@ -65,11 +65,11 @@ static const std::map<const wchar_t, std::string> font_icons_large = {
{ImGui::ErrorMarker , "notification_error" },
{ImGui::CancelButton , "notification_cancel" },
{ImGui::CancelHoverButton , "notification_cancel_hover" },
{ImGui::SinkingObjectMarker , "move" },
{ImGui::CustomSupportsMarker , "fdm_supports" },
{ImGui::CustomSeamMarker , "seam" },
{ImGui::MmuSegmentationMarker , "mmu_segmentation" },
{ImGui::VarLayerHeightMarker , "layers" },
// {ImGui::SinkingObjectMarker , "move" },
// {ImGui::CustomSupportsMarker , "fdm_supports" },
// {ImGui::CustomSeamMarker , "seam" },
// {ImGui::MmuSegmentationMarker , "mmu_segmentation" },
// {ImGui::VarLayerHeightMarker , "layers" },
{ImGui::DocumentationButton , "notification_documentation" },
{ImGui::DocumentationHoverButton, "notification_documentation_hover"},
{ImGui::InfoMarker , "notification_info" },