elgbar / instant-inventory

Runelite plugin to instantly do inventory actions
https://runelite.net/plugin-hub/show/instant-inventory
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

Hide inventory tags when item is hidden #12

Open pelletier2017 opened 6 months ago

pelletier2017 commented 6 months ago

Is your feature request related to a problem? Please describe. When I'm using inventory and I'm dropping many things, id like it to hide inventory tags when the item is hidden. One use-case is when you're barbarian fishing, you may tag trout/salmon one color and tag sturgeon another color. With low opacity these tags are still very much showing.

Describe the solution you'd like I would like to hide the inventory tag for a given item if one exists when it is hidden because the item was dropped.

Describe alternatives you've considered This could potentially be a configuration option, but I feel its what you would intuitively want so I think it would remove inventory tags by default and not a config option.

Additional context N/A

elgbar commented 6 months ago

As a workaround, the tags will be hidden when the hide opacity is set to 0%.

I don't know if it possible to interact with other plugins in the way you describe it, so I'll have to look into that. It would be nice with a generic solution that kinda allows opacity for an inventory slot (or widget).

Also if there isn't such a generic solution it might be hard to keep track and support all plugins that uses these kind of overlays.

How do you feel about an alternative solution: To have a configurable list of item ids which will override the hide opacity and always hide those items?