From 2bdbd97ae668354019d7fdfc78b1e50550b65c6b Mon Sep 17 00:00:00 2001 From: Mark W Date: Wed, 16 Oct 2024 15:24:43 +0200 Subject: [PATCH] Added support for the quality popup in the crafting order frame (previously only the popup in the recipe frame was movable) --- Frames.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Frames.lua b/Frames.lua index 3bacf61..1046658 100644 --- a/Frames.lua +++ b/Frames.lua @@ -1282,6 +1282,10 @@ BlizzMoveAPI:RegisterAddOnFrames( { MinVersion = 100000, }, + ["ProfessionsFrame.OrdersPage.OrderView.OrderDetails.SchematicForm.QualityDialog"] = + { + MinVersion = 100000, + }, }, ["Blizzard_ProfessionsBook"] = {