HushUI

A single all-in-one addon to polish, automate, and declutter Blizzard's default UI — covering dark theming, action bar styling, frame movement, vendor automation, nameplates, and dozens more quality-of-life improvements.

File Details

HushUI 1.1

  • R
  • Mar 13, 2026
  • 1.54 MB
  • 6
  • 12.0.5+1
  • Retail

File Name

Hush.zip

Supported Versions

  • 12.0.5
  • 12.0.1

1.1.0 — Bug fixes and stability

•  Fixed Edit Mode taint when switching/deleting layouts that caused “attempt to compare … (tainted by ‘Hush’)” in CompactUnitFrame.lua. Solo‑party enforcement now pauses while Edit Mode is open, and updates are deferred safely.
•  Fixed party/raid health/status text taint (“TextStatusBar.lua/UnitFrame.lua: attempt to compare … secret number”) by moving our CompactUnitFrame tweaks out of Blizzard’s secure update chain and guarding forbidden frames.
•  Fixed pet/tooltip health bar taint (“HealthBar.lua: attempt to compare local ‘value’ … tainted by ‘Hush’”) triggered during mouseover.
•  Mitigated action bar taint after spec changes/combat (“ActionButton.lua:609 … pressAndHoldAction”) by further deferring UI modifications that previously ran inside secure chains.
•  Fishing helper: removed secure click Mouselook toggle that could taint status bars during bobber interactions.
•  General hardening: added IsForbidden checks and one‑frame defers (C_Timer.After(0)) around sensitive Show/Hide/SetAttribute paths to avoid contaminating Blizzard’s secure code.