Fix tooltips of device controls panel
This commit is contained in:
parent
acd5c06b7a
commit
08061a69c5
@ -588,7 +588,7 @@ class DeviceControls<out S : MatteryScreen<*>>(
|
||||
}
|
||||
}
|
||||
).also {
|
||||
tooltips.add(TranslatableComponent("otm.gui.sides.item_config"))
|
||||
it.tooltips.add(TranslatableComponent("otm.gui.sides.item_config"))
|
||||
})
|
||||
} else {
|
||||
itemConfigButton = null
|
||||
@ -608,7 +608,7 @@ class DeviceControls<out S : MatteryScreen<*>>(
|
||||
}
|
||||
}
|
||||
).also {
|
||||
tooltips.add(TranslatableComponent("otm.gui.sides.energy_config"))
|
||||
it.tooltips.add(TranslatableComponent("otm.gui.sides.energy_config"))
|
||||
})
|
||||
} else {
|
||||
energyConfigButton = null
|
||||
@ -628,7 +628,7 @@ class DeviceControls<out S : MatteryScreen<*>>(
|
||||
}
|
||||
}
|
||||
).also {
|
||||
tooltips.add(TranslatableComponent("otm.gui.sides.fluid_config"))
|
||||
it.tooltips.add(TranslatableComponent("otm.gui.sides.fluid_config"))
|
||||
})
|
||||
} else {
|
||||
fluidConfigButton = null
|
||||
|
Loading…
Reference in New Issue
Block a user