From 5cedd05670f8ceda47d5b3ef04253d179dfdeb4c Mon Sep 17 00:00:00 2001 From: wowaddonmaker Date: Tue, 7 Apr 2026 10:03:49 -0400 Subject: [PATCH] Add filter hint to What's New popup Tell users to enable Loot and Outfits in the search bar filter dropdown to see the new result types. --- UI.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/UI.lua b/UI.lua index 7312763..0116666 100644 --- a/UI.lua +++ b/UI.lua @@ -5919,7 +5919,7 @@ function UI:ShowWhatsNew(version) if _G["EasyFindWhatsNew"] then return end local f = CreateFrame("Frame", "EasyFindWhatsNew", UIParent, "BackdropTemplate") - f:SetSize(410, 265) + f:SetSize(470, 265) f:SetPoint("CENTER") f:SetFrameStrata("DIALOG") f:SetFrameLevel(200) @@ -5966,7 +5966,9 @@ function UI:ShowWhatsNew(version) " Click to navigate directly to the item in the Encounter Journal\n" .. "|cffFFD100\226\128\162|r |cffffffffTransmog Outfits|r\n" .. " Saved outfits appear in search results, click to equip\n" .. - " Browse the transmog window from search without a vendor" + " Browse the transmog window without a vendor (search \"tmog\")\n" .. + "\n|cff999999Enable Loot and Outfits in the filter dropdown (arrow button\n" .. + "inside the search bar) to see these results.|r" ) -- Footer - anchored below body so it can't overlap