From db27f95150547133deeae1cd615e4b6c62ffedd7 Mon Sep 17 00:00:00 2001 From: shagu Date: Fri, 3 Nov 2023 13:39:35 +0100 Subject: [PATCH] config: enable meters and addonbuttons by default --- api/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/config.lua b/api/config.lua index 4aa1ae71..f36745b5 100644 --- a/api/config.lua +++ b/api/config.lua @@ -730,7 +730,7 @@ function pfUI:LoadConfig() pfUI:UpdateConfig("nameplates", "debuffs", "showstacks", "0") pfUI:UpdateConfig("nameplates", "debuffs", "position", "BOTTOM") - pfUI:UpdateConfig("abuttons", nil, "enable", "0") + pfUI:UpdateConfig("abuttons", nil, "enable", "1") pfUI:UpdateConfig("abuttons", nil, "position", "bottom") pfUI:UpdateConfig("abuttons", nil, "showdefault", "0") pfUI:UpdateConfig("abuttons", nil, "rowsize", "6") @@ -754,7 +754,7 @@ function pfUI:LoadConfig() pfUI:UpdateConfig("questlog", nil, "showQuestLevels", "0") pfUI:UpdateConfig("thirdparty", nil, "chatbg", "1") - pfUI:UpdateConfig("thirdparty", nil, "showmeter", "0") + pfUI:UpdateConfig("thirdparty", nil, "showmeter", "1") pfUI:UpdateConfig("thirdparty", "dpsmate", "skin", "1") pfUI:UpdateConfig("thirdparty", "dpsmate", "dock", "1") pfUI:UpdateConfig("thirdparty", "shagudps", "skin", "1")