Add "cancel all task" to button tooltip
This commit is contained in:
parent
b93e007388
commit
35b186556e
@ -85,7 +85,7 @@ class MatterPanelScreen(
|
|||||||
{ menu.cancelAll.accept(null) }
|
{ menu.cancelAll.accept(null) }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
)
|
).also { it.tooltips.add(TranslatableComponent("otm.gui.matter_panel.cancel_all")) }
|
||||||
)
|
)
|
||||||
|
|
||||||
val scrollBar = DiscreteScrollBarPanel(this, frame, {
|
val scrollBar = DiscreteScrollBarPanel(this, frame, {
|
||||||
|
Loading…
Reference in New Issue
Block a user