fix: require bz/ah tooltip being off for keybind to work
This commit is contained in:
@@ -61,9 +61,8 @@ object PriceData : FirmamentFeature {
|
|||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
fun onItemTooltip(it: ItemTooltipEvent) {
|
fun onItemTooltip(it: ItemTooltipEvent) {
|
||||||
if (!TConfig.tooltipEnabled && !TConfig.enableKeybinding.isPressed()) {
|
if (!TConfig.tooltipEnabled) return
|
||||||
return
|
if (TConfig.enableKeybinding.isBound && !TConfig.enableKeybinding.isPressed()) return
|
||||||
}
|
|
||||||
val sbId = it.stack.skyBlockId
|
val sbId = it.stack.skyBlockId
|
||||||
val stackSize = it.stack.count
|
val stackSize = it.stack.count
|
||||||
val isShowingStack = TConfig.stackSizeKey.isPressed()
|
val isShowingStack = TConfig.stackSizeKey.isPressed()
|
||||||
|
|||||||
Reference in New Issue
Block a user