Skip to content

Commit 6e364a7

Browse files
committed
remove gui/manipulator overlay hotkey hint while in dark launch
1 parent 3472126 commit 6e364a7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

gui/manipulator.lua

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,9 +1341,12 @@ function ManipulatorOverlay:init()
13411341
}
13421342
end
13431343

1344-
OVERLAY_WIDGETS = {
1345-
launcher=ManipulatorOverlay,
1346-
}
1344+
--
1345+
-- disable overlay widget while tool is still in dark launch mode
1346+
--
1347+
-- OVERLAY_WIDGETS = {
1348+
-- launcher=ManipulatorOverlay,
1349+
-- }
13471350

13481351
if dfhack_flags.module then return end
13491352

0 commit comments

Comments
 (0)