AhExtras - tweaks,fix.

Save more clicks for user.
This commit is contained in:
Sattva
2023-09-24 04:30:04 +03:00
parent 2a0e5e4646
commit 7925569931
2 changed files with 16 additions and 12 deletions
+9 -4
View File
@@ -9780,13 +9780,13 @@
if LeaPlusLC["AhBuyoutOnly"] == "Off" and LeaPlusLC["AhGoldOnly"] == "On" then
StartPriceGold:SetFocus(true)
end
end
end)
BuyoutPriceGold:HookScript("OnTabPressed", function()
else
if LeaPlusLC["AhTabConfirm"] == "On" then
AuctionsCreateAuctionButton:Click()
BuyoutPriceGold:ClearFocus()
end
end
end)
local function AddItemToAuction(button, bag, slot)
@@ -9798,6 +9798,11 @@
if GetAuctionSellItemInfo() == name then
PickupContainerItem(bag, slot)
end
if LeaPlusLC["AhBuyoutOnly"] == "Off" then
StartPriceGold:SetFocus(true)
else
BuyoutPriceGold:SetFocus(true)
end
else
button:SetAttribute("type", "macro")
button:SetAttribute("macrotext", "/click AuctionsItemButton")