Commit 0527ed6 1 parent bc6ce8c commit 0527ed6 Copy full SHA for 0527ed6
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
22
22
f .P .. f .bb (" Recipe Scan" ),
23
23
f .a .. " Added " .. f .g (" Right Click -> Remove" ) .. " Feature to list of professions" ,
24
24
f .p .. " Fixed " .. f .bb (" Queue First Crafts" ) .. " not using cheapest reagents" ,
25
+ f .p .. " Fixed " .. f .bb (" Craft Queue Amount" ) .. " tab button functionality" ,
25
26
newP (" 19.5.0" ),
26
27
f .P .. f .bb (" Craft Queue" ),
27
28
f .a .. " - General UI Improvements for the queue list" ,
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ function CraftSim.CRAFTQ.UI:Init()
416
416
if nextRow then
417
417
input .textInput .frame :ClearFocus ()
418
418
local craftAmountColumn = nextRow .columns
419
- [10 ] --[[ @as CraftSim.CraftQueue.CraftList.CraftAmountColumn]]
419
+ [9 ] --[[ @as CraftSim.CraftQueue.CraftList.CraftAmountColumn]]
420
420
craftAmountColumn .input .textInput .frame :SetFocus ()
421
421
end
422
422
end
You can’t perform that action at this time.
0 commit comments