Skip to content

TitanSpecLoadouts v0.1.2

Latest

Choose a tag to compare

@jshields-ca jshields-ca released this 12 Aug 21:11
· 1 commit to main since this release

Titan Panel [Specs & Loadouts] v0.1.2

Bug-fix release. No new features.

What's fixed

Right-click menu works again on patch 12.1.0

Titan Panel's right-click menu is built on the legacy UIDropDownMenu / ToggleDropDownMenu system, invoked through TitanPanelButton_OnClick. On patch 12.1.0 that chain no longer produces a visible menu, so right-clicking the Titan bar button did nothing.

v0.1.2 builds the right-click menu directly with Blizzard's modern MenuUtil.CreateContextMenu API instead of routing through Titan's legacy dropdown chain, so spec/loadout switching via right-click no longer depends on that system at all. The old dropdown-menu code path is kept as a fallback for older clients where MenuUtil isn't available.

Requirements

Links