ENH: add a duration before slicing complete for showing dailytips

jira: new

Change-Id: I3c30eb45fa99f6c973bac6621f5ddf1de3eb2bfe
This commit is contained in:
liz.li
2023-10-27 17:05:48 +08:00
committed by Lane.Wei
parent ea237758fa
commit 5477495d49
5 changed files with 96 additions and 14 deletions

View File

@@ -127,6 +127,7 @@ static const std::map<const wchar_t, std::string> font_icons_large = {
{ImGui::PrevArrowHoverBtnIcon, "notification_arrow_left_hovered" },
{ImGui::NextArrowBtnIcon, "notification_arrow_right" },
{ImGui::NextArrowHoverBtnIcon, "notification_arrow_right_hovered" },
{ImGui::CompleteIcon, "notification_slicing_complete" },
};
static const std::map<const wchar_t, std::string> font_icons_extra_large = {