Skip to content

Commit

Permalink
Added support for the quality popup in the crafting order frame (prev…
Browse files Browse the repository at this point in the history
…iously only the popup in the recipe frame was movable)
  • Loading branch information
Numynum committed Oct 16, 2024
1 parent 27cab30 commit 2bdbd97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Frames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,10 @@ BlizzMoveAPI:RegisterAddOnFrames(
{
MinVersion = 100000,
},
["ProfessionsFrame.OrdersPage.OrderView.OrderDetails.SchematicForm.QualityDialog"] =
{
MinVersion = 100000,
},
},
["Blizzard_ProfessionsBook"] =
{
Expand Down

0 comments on commit 2bdbd97

Please sign in to comment.