From da7141dabeada7f183963f9b414715969ae0a744 Mon Sep 17 00:00:00 2001 From: Lasse Nielsen Date: Sat, 5 Sep 2026 14:25:28 +0200 Subject: [PATCH] fix(config): add addon icon to DragonLoot Options TOC The Options addon showed the default AddOns-list icon because its TOC had no IconTexture directive. Point it at the core addon's icon, which is guaranteed present via the declared DragonLoot dependency. Closes #189 --- DragonLoot_Options/DragonLoot_Options.toc | 1 + 1 file changed, 1 insertion(+) diff --git a/DragonLoot_Options/DragonLoot_Options.toc b/DragonLoot_Options/DragonLoot_Options.toc index 913ecbc..fc4b8f8 100644 --- a/DragonLoot_Options/DragonLoot_Options.toc +++ b/DragonLoot_Options/DragonLoot_Options.toc @@ -7,6 +7,7 @@ ## Version: @project-version@ ## Dependencies: DragonLoot ## LoadOnDemand: 1 +## IconTexture: Interface\AddOns\DragonLoot\DragonLoot_Icon ## DragonWidgets embedded library Libs\DragonWidgets\DragonWidgets\DragonWidgets.lua