File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Overlay
2626This tool also provides one overlay that is managed by the `overlay `
2727framework.
2828
29- massremovetoolbar
30- ~~~~~~~~~~~~~~~~~
29+ gui/mass-remove.toolbar
30+ ~~~~~~~~~~~~~~~~~~~~~~~
3131
32- The ``mass-remove.massremovetoolbar `` overlay adds a button to the toolbar at the bottom of the
33- screen when eraser mode is active. It allows you to conveniently open the `` gui/mass-remove ``
34- interface.
32+ The ``gui/ mass-remove.toolbar `` overlay adds a button to the toolbar at the
33+ bottom of the screen when eraser mode is active. It allows you to conveniently
34+ open the `` gui/mass-remove `` interface.
Original file line number Diff line number Diff line change @@ -480,8 +480,7 @@ function MassRemoveToolbarOverlay:onInput(keys)
480480 return MassRemoveToolbarOverlay .super .onInput (self , keys )
481481end
482482
483- OVERLAY_WIDGETS = {massremovetoolbar = MassRemoveToolbarOverlay }
484-
483+ OVERLAY_WIDGETS = {toolbar = MassRemoveToolbarOverlay }
485484
486485if dfhack_flags .module then
487486 return
You can’t perform that action at this time.
0 commit comments