File Details
v0.3.1
- R
- May 25, 2026
- 179.60 KB
- 6
- 12.0.5+2
- Retail
File Name
JetUI-v0.3.1.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
JetUI
v0.3.1 (2026-05-25)
Full Changelog Previous Releases
- fix: set UUF profile via AceDB profileKeys (wagoUI pattern)
UUF.db:SetProfile() at runtime doesn't persist correctly across reloads
because AceDB's character→profile mapping overrides it on reinit.
Instead, write directly to UUFDB.profileKeys["Name - Realm"] so AceDB
picks up the correct profile on the next initialization after ReloadUI.
This matches how wagoUI's LibAddonProfiles handles UUF profile assignment. - Profile updates
- feat: set default UI scale (0.5333) for fresh characters on login
On first login for a character with no JetUI setup, apply a 1440p
default scale so the UI is functional before profiles are imported.
Once the character is in InstalledChars (after /jetui install or
/jetui load), this never fires again — UUF or other addons take over. - fix: use UUF.db:SetProfile directly in activate-only path
UUFG has no SetProfile method, so the previous check was dead code.
The fallback UUF.db:SetProfile was never reached. Now call it directly.

