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 1 forks source link

Add ability to customize number of ticks hidden #4

Closed elgbar closed 1 year ago

elgbar commented 1 year ago

Currently its hardcoded to 2 ticks with

/**
 * Maximum number of ticks an item should be displayed as something else
 */
public static final int MAX_UNMODIFIED_TICKS = 2;

It should be a config option with the default value of MAX_UNMODIFIED_TICKS

elgbar commented 1 year ago

Done in ae4e15e9d18a8d1122f1f6b9e6c177b66c799336