Skip to content

Commit

Permalink
Merge pull request #1335 from myk002/myk_no_overlay
Browse files Browse the repository at this point in the history
remove gui/manipulator overlay hotkey hint while in dark launch
  • Loading branch information
myk002 authored Nov 11, 2024
2 parents 3472126 + 6e364a7 commit 5de599e
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 5de599e

Please sign in to comment.