Quantcast

- Fix for LDB 'show plugin text'

urnati [02-26-26 - 21:26]
- Fix for LDB 'show plugin text'
Filename
Titan/TitanMenu.lua
diff --git a/Titan/TitanMenu.lua b/Titan/TitanMenu.lua
index e11dc90..ff131be 100644
--- a/Titan/TitanMenu.lua
+++ b/Titan/TitanMenu.lua
@@ -1169,7 +1169,7 @@ local function GenControlVars(owner, id, add_hide)
 		GenCheckbox(owner, id, L["TITAN_PANEL_MENU_SHOW_LABEL_TEXT"], "ShowLabelText")
 	end
 	if plugin and plugin.controlVariables and plugin.controlVariables.ShowRegularText then --(LDB data sources only atm)
-		GenCheckbox(owner, id, L["TITAN_PANEL_MENU_SHOW_LABEL_TEXT"], "TITAN_PANEL_MENU_SHOW_PLUGIN_TEXT")
+		GenCheckbox(owner, id, L["TITAN_PANEL_MENU_SHOW_PLUGIN_TEXT"], "ShowRegularText")
 	end
 	if plugin and plugin.controlVariables and plugin.controlVariables.ShowColoredText then
 		GenCheckbox(owner, id, L["TITAN_PANEL_MENU_SHOW_COLORED_TEXT"], "ShowColoredText")