From 9d7cf77c4450959cbbee37f934179c327595dd89 Mon Sep 17 00:00:00 2001 From: Andrea Bergonzo Date: Sun, 13 Sep 2026 05:30:03 +0100 Subject: [PATCH] feat(bags): show icons in currency dropdown --- EllesmereUIOptions/EUI_Bags_Options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EllesmereUIOptions/EUI_Bags_Options.lua b/EllesmereUIOptions/EUI_Bags_Options.lua index 2b493cb8d..49a9c3bd9 100644 --- a/EllesmereUIOptions/EUI_Bags_Options.lua +++ b/EllesmereUIOptions/EUI_Bags_Options.lua @@ -549,6 +549,7 @@ initFrame:SetScript("OnEvent", function(self) local cName = cInfo and cInfo.name or info.name currencyItems[#currencyItems + 1] = { key = cID, label = cName, + icon = (cInfo and cInfo.iconFileID) or info.iconFileID, } end end @@ -597,6 +598,7 @@ initFrame:SetScript("OnEvent", function(self) block[#block + 1] = { key = cID, label = (cInfo and cInfo.name) or ("Currency " .. cID), + icon = cInfo and cInfo.iconFileID, } end for i = #block, 1, -1 do