From ece76e710a3012bd346895d6f7ee653da53d1a33 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 17 Apr 2022 18:50:58 +0200 Subject: [PATCH] profiles: enable buffs on slim profile --- env/profiles.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/env/profiles.lua b/env/profiles.lua index ba64e77e..a4eae3d0 100644 --- a/env/profiles.lua +++ b/env/profiles.lua @@ -94,7 +94,6 @@ f:SetScript("OnEvent", function() }, ["unitframes"] = { ["target"] = { - ["debuffs"] = "off", ["buffsize"] = "14", ["pheight"] = "6", ["height"] = "35", @@ -109,8 +108,7 @@ f:SetScript("OnEvent", function() ["width"] = "125", }, ["player"] = { - ["buffs"] = "off", - ["debuffs"] = "off", + ["buffsize"] = "14", ["txthpleft"] = "powerdyn", ["height"] = "35", ["showPVP"] = "1",