Closed uniqueorcaname closed 3 months ago
That's why i made the right-click function
So any plan or explanation to have amount 1 set by default ?
Found it guys :
qb-inventory\html\app.js
// Dragging and dropping currentlyDraggingItem: null, currentlyDraggingSlot: null, dragStartX: 0, dragStartY: 0, ghostElement: null, dragStartInventoryType: "player", transferAmount: 1, <-------------------- JUST HERE
This issue has had 60 days of inactivity & will close within 7 days
The problem
It's a little frustrating that dragging items from shops drags the full stock if you do not set amount - defaulting the shop UI to pull 1 item at a time would be great.
Ideal solution
When opening the shop, make amount in inventory interface default to 1
Alternative solutions
Config to toggle whether the inventory uses 1 as default amount or all.
Additional context
No response