Skip to content

Commit

Permalink
Adjust toolData display
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Jan 5, 2025
1 parent f394a6e commit fe6f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkilletOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ Skillet.options =
if Skillet:IsShoppingListVisible() then
Skillet:HideShoppingList()
else
Skillet:DisplayShoppingList(false)
Skillet:DisplayShoppingList(false, Skillet.db.profile.queue_tools)
end
else
DA.DEBUG(0,"|cff8888ffSkillet|r: Combat lockdown restriction. Leave combat and try again.")
Expand Down

0 comments on commit fe6f65d

Please sign in to comment.