Skip to content

Commit 03ecf1d

Browse files
committed
Debug: comment out missiles tab hiding code to test visibility
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GiaPfKSj8kGFjaUPyxYYHd
1 parent 757d44d commit 03ecf1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

LuaUI/Widgets/gui_chili_integral_menu.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,6 +2604,7 @@ function widget:Update()
26042604
end
26052605

26062606
-- Update tab visibility for panels with dynamic visibility
2607+
--[[
26072608
if panelData.name == "missiles" and panelData.tabButton and panelData.tabButton.button then
26082609
local hasCommands = false
26092610
local customCommands = widgetHandler.customCommands
@@ -2615,6 +2616,7 @@ function widget:Update()
26152616
end
26162617
panelData.tabButton.button:SetVisibility(hasCommands)
26172618
end
2619+
--]]
26182620
end
26192621
end
26202622

0 commit comments

Comments
 (0)