Quantcast

- Fix default "Scan" button location so it actually appears in the top-right by default.

pneumatus [02-18-09 - 12:36]
- Fix default "Scan" button location so it actually appears in the top-right by default.
Filename
AckisRecipeList.lua
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index acd46af..c1e3477 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -161,7 +161,7 @@ function addon:OnInitialize()
 			includeexcluded = false,
 			closeguionskillclose = false,
 			ignoreexclusionlist = false,
-			scanbuttonlocation = "Top Right",
+			scanbuttonlocation = "TR",
 			spelltooltiplocation = "Right",
 			acquiretooltiplocation = "Mouse",
 			minimap = true,