Skip to content

Raid tools hide buttons - #1220

Open
RedAces wants to merge 2 commits into
EllesmereGaming:mainfrom
RedAces:raid-tools-hide-buttons
Open

Raid tools hide buttons#1220
RedAces wants to merge 2 commits into
EllesmereGaming:mainfrom
RedAces:raid-tools-hide-buttons

Conversation

@RedAces

@RedAces RedAces commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds the ability to hide each button.

How was it tested?

Tested on 12.0.7 retail.
NOT tested on 12.1 PTR!

Checklist

  • New settings default OFF (no behavior change without opt-in)
  • Zero cost while disabled: no events registered, no polling, no hooks doing work, no frames built
  • Cheap while enabled: event-driven (no polling, no timer-based logic, no per-frame allocations)
  • No writes onto Blizzard-owned frames (weak-table pattern used); HookScript/hooksecurefunc only, never SetScript on Blizzard frames
  • Tested in-game, works on live retail; no load errors on the 12.1 PTR client

Add checkboxes to disable the "role check", "convert to raid" and "disband" buttons
@RedAces RedAces mentioned this pull request Aug 6, 2026
5 tasks
Covers only the strings this branch introduces: the GROUP BUTTONS section,
its three switches and the pull-slider tooltip.
@RedAces
RedAces force-pushed the raid-tools-hide-buttons branch from 9a40331 to 6a3bb7b Compare August 6, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant