From 9e4638e5274150340a3d8015ac828410a3d1234b Mon Sep 17 00:00:00 2001 From: urnati Date: Thu, 26 Feb 2026 16:26:06 -0500 Subject: [PATCH] - Fix for LDB 'show plugin text' --- Titan/TitanMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.9.5