diff --git a/DuplicateFinder/main.as b/DuplicateFinder/main.as index d479c0a..5b8b94d 100644 --- a/DuplicateFinder/main.as +++ b/DuplicateFinder/main.as @@ -220,7 +220,7 @@ void Render() { } if (UI::IsItemHovered()) infotext = "Parsing all blocks and items to generate the table. Please wait... (" + computedobjects + "/" + totalobjects + ")"; } else { - if (UI::Button(Icons::SyncAlt + " Refresh")) { + if (UI::Button(Icons::Refresh + " Refresh")) { refreshobject = true; forcesort = true; } @@ -300,4 +300,3 @@ void RenderMenu() { refreshobject = true; } } - diff --git a/QuickLinkOpener/Source/QuickLinkOpener.as b/QuickLinkOpener/Source/QuickLinkOpener.as index f3e9377..8e0b04a 100644 --- a/QuickLinkOpener/Source/QuickLinkOpener.as +++ b/QuickLinkOpener/Source/QuickLinkOpener.as @@ -21,7 +21,7 @@ void Main() { } void RenderMenuMain() { - if (!G_PressEnter && UI::BeginMenu("\\$cf9" + Icons::ExternalLinkAlt + "\\$z Quick Link Opener##QuickLinkOpenerMenu")) { + if (!G_PressEnter && UI::BeginMenu("\\$cf9" + Icons::ExternalLink + "\\$z Quick Link Opener##QuickLinkOpenerMenu")) { G_QuickURL = UI::InputText("###quickURL", G_QuickURL, G_PressEnter, UI::InputTextFlags::EnterReturnsTrue + UI::InputTextFlags::CallbackAlways, UI::InputTextCallback(ITCB)); if (G_LinksCache.Length > 0) {