Misc - Rename some GUI stuff for better reading.

This commit is contained in:
Sattva
2024-02-19 17:29:57 +03:00
parent b6e8eef3ab
commit 3be9f5e574
3 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -7366,6 +7366,7 @@
-- Show progress bar when flight is taken
hooksecurefunc("TakeTaxiNode", function(node)
-- FIXME: why check for no combat?
if UnitAffectingCombat("player") then return end
if editFrame:IsShown() then editFrame:Hide() end
@@ -18357,7 +18358,7 @@
LeaPlusLC:MakeTx(LeaPlusLC[pg], "Extras" , 340, -72);
-- LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowCooldowns" , "Show cooldowns" , 340, -92, true, "If checked, you will be able to place up to five beneficial cooldown icons above the target frame.")
LeaPlusLC:MakeCB(LeaPlusLC[pg], "DurabilityStatus" , "Show durability status" , 340, -112, true, "If checked, a button will be added to the character frame which will show your equipped item durability when you hover the pointer over it.|n|nIn addition, an overall percentage will be shown in the chat frame when you die.")
LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowVanityControls" , "Show vanity controls" , 340, -132, true, "If checked, helm and cloak toggle checkboxes will be shown in the character frame.|n|nYou can hold shift and right-click the checkboxes to switch layouts.")
LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowVanityControls" , "Toggle helm / cloak" , 340, -132, true, "If checked, helm and cloak toggle checkboxes will be shown in the character frame.|n|nYou can hold shift and right-click the checkboxes to switch layouts.")
LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowBagSearchBox" , "Show bag search box" , 340, -152, true, "If checked, a bag search box will be shown in the backpack frame and the bank frame.")
-- LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowRaidToggle" , "Show raid button" , 340, -172, true, "If checked, the button to toggle the raid container frame will be shown just above the raid management frame (left side of the screen) instead of in the raid management frame itself.|n|nThis allows you to toggle the raid container frame without needing to open the raid management frame.")
LeaPlusLC:MakeCB(LeaPlusLC[pg], "ShowPlayerChain" , "Show player chain" , 340, -192, true, "If checked, you will be able to show a rare, elite or rare elite chain around the player frame.")