Skip to content

Commit

Permalink
Retail collections journal now generally has better compatibility wit…
Browse files Browse the repository at this point in the history
…h addons that extend it, by explicitly supporting dragging the title bar
  • Loading branch information
Numynum committed Mar 2, 2024
1 parent 6bc8a2a commit 100eceb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Frames.lua
Expand Up @@ -676,6 +676,13 @@ BlizzMoveAPI:RegisterAddOnFrames(
["CollectionsJournal"] =
{
MinVersion = 30403,
SubFrames =
{
["CollectionsJournal.TitleContainer"] =
{
MinVersion = 100000,
},
},
},
["WardrobeFrame"] =
{
Expand Down

0 comments on commit 100eceb

Please sign in to comment.