Skip to content

Commit

Permalink
New items always go to the top
Browse files Browse the repository at this point in the history
Sorting option in config only influences sorting now.
  • Loading branch information
JerichoR committed Nov 2, 2024
1 parent 4c92447 commit 52f9cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tukui/Modules/Inventory/BagsRetail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,12 @@ function Bags:Enable()
end

SetCVar("combinedBags", 1)
C_Container.SetInsertItemsLeftToRight(false)

if C.Bags.SortToBottom then
C_Container.SetSortBagsRightToLeft(false)
C_Container.SetInsertItemsLeftToRight(true)
else
C_Container.SetSortBagsRightToLeft(true)
C_Container.SetInsertItemsLeftToRight(false)
end

-- Create the AIO container on load
Expand Down

0 comments on commit 52f9cf6

Please sign in to comment.