File Details
041
- R
- May 1, 2026
- 58.24 KB
- 0
- 12.0.5
- Retail
File Name
BazBars-041.zip
Supported Versions
- 12.0.5
BazBars
041 (2026-05-01)
Full Changelog Previous Releases
- Migrated BazBars's confirm/alert popups to the new BazCore:Confirm primitive (BazCore v090+) and added confirms to two destructive actions that were one-click-and-gone before. Specifically: (1) the first-run "Cast on key down" CVar warning in Core.lua moved off StaticPopupDialogs onto BazCore:Confirm with the primary (gold) accept style, so the first thing a new user sees is a popup that already matches the rest of the BazCore UI - same fonts, buttons, backdrop. (2) The Quick Keybind Mode "Reset To Default" button in Keybinds.lua now goes through BazCore:Confirm with the destructive (red) accept style instead of wiping every custom keybind on a single click. (3) The right-click "Delete This Bar" entry in Bar.lua's edit-mode context menu now also goes through BazCore:Confirm (destructive); the Options-page Delete button has used confirm=true for ages but the right-click path was unguarded - one mis-click and the bar was gone. The Options-page entry was updated at the same time to use the new confirmTitle / confirmStyle / confirmAcceptLabel keys (BazCore v091+) so its dialog reads "Delete bar?" with a red Delete button instead of generic "Confirm" / "Yes / No". Requires BazCore 091+, bump to 041

