Skip to content

Commit

Permalink
remove gui/manipulator overlay hotkey hint while in dark launch
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 11, 2024
1 parent 3472126 commit 6e364a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gui/manipulator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1341,9 +1341,12 @@ function ManipulatorOverlay:init()
}
end

OVERLAY_WIDGETS = {
launcher=ManipulatorOverlay,
}
--
-- disable overlay widget while tool is still in dark launch mode
--
-- OVERLAY_WIDGETS = {
-- launcher=ManipulatorOverlay,
-- }

if dfhack_flags.module then return end

Expand Down

0 comments on commit 6e364a7

Please sign in to comment.