From 36c787e6e516c145062ab2f88a77c61981d10c02 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sun, 19 May 2024 15:10:11 -0300 Subject: [PATCH] Stop resetting tooltip color each login --- startup.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/startup.lua b/startup.lua index b7a21134..e80438ef 100644 --- a/startup.lua +++ b/startup.lua @@ -553,11 +553,6 @@ function Details:StartMeUp() --no no, enforece 8, 8 is much better, 8 is more lines, we like 8 Details.tooltip.tooltip_max_abilities = 8 - local tooltipBarColor = Details.tooltip.bar_color - tooltipBarColor[1] = 0.149 - tooltipBarColor[2] = 0.149 - tooltipBarColor[3] = 0.149 - Details.InstallRaidInfo() --Plater integration