From 7590002814cdea7a43004c21a096178e1a10cd0e Mon Sep 17 00:00:00 2001 From: ZythDr <45781696+ZythDr@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:53:23 +0200 Subject: [PATCH] Add files via upload --- GUI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.lua b/GUI.lua index aa85569..7b9abe1 100644 --- a/GUI.lua +++ b/GUI.lua @@ -304,7 +304,7 @@ do Tooltipify(rewardsTooltipCheck, "Quest Rewards Tooltip", "When completing a quest, pressing 1..0 to select a reward will also show that item's tooltip.\nPressing the same number again will hide the tooltip.") -- NEW: Compare tooltips (child) - local rewardsCompareCheck = CreateNamedCheckbox(addonName.."RewardsCompareCheck", generalPanel, "Also show comparison tooltips") + local rewardsCompareCheck = CreateNamedCheckbox(addonName.."RewardsCompareCheck", generalPanel, "Also show comparison tooltips (WIP - NOT WORKING ATM)") rewardsCompareCheck:SetPoint("TOPLEFT", rewardsTooltipCheck, "BOTTOMLEFT", 20, -ROWGAP) Tooltipify(rewardsCompareCheck, "Comparison Tooltips", "Also show side-by-side comparison tooltips (as if Shift is held). Requires 'Quest Rewards Tooltip' to be enabled.")