From 4b9fa4d69c3c9d57a4f6d92855f47298b3b36a4b Mon Sep 17 00:00:00 2001 From: Merathilis Date: Mon, 5 Oct 2020 11:56:06 +0200 Subject: [PATCH] Go Away! --- Core/API.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/API.lua b/Core/API.lua index b1124a6..3fa565b 100644 --- a/Core/API.lua +++ b/Core/API.lua @@ -417,7 +417,7 @@ function AS:SetTemplate(Frame, Template, Texture) end if AS:CheckOption('ElvUIStyle', 'ElvUI') then - if (Template == 'MerathilisUI' and AS:CheckAddOn('ElvUI_MerathilisUI')) or (Template == 'KlixUI' and AS:CheckAddOn('ElvUI_KlixUI')) then + if (Template == 'MerathilisUI' and AS:CheckAddOn('ElvUI_MerathilisUI')) then Frame:Styling() end end -- GitLab