Stanzilla / AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion
https://www.curseforge.com/wow/addons/advancedinterfaceoptions
48 stars 11 forks source link

Fixed FCT text labels in classic/bcc #46

Closed Ketho closed 3 years ago

Ketho commented 3 years ago

Some of the classic/bcc FCT globalstrings are used with _TEXT appended. This fixes the labels and also shows the FCT tab again in classic_era. I have not seen any problems with the uvars after limited testing, although those are a bit confusing.

-- bcc
SHOW_COMBAT_HEALING = "1"
SHOW_COMBAT_HEALING_TEXT = "Healing"

-- retail
SHOW_COMBAT_HEALING = "Healing"
SHOW_COMBAT_HEALING_TEXT  = nil

image --- image