From 6e364a70a394c24e268399948ca9b4f8003409b5 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 10 Nov 2024 21:01:07 -0800 Subject: [PATCH] remove gui/manipulator overlay hotkey hint while in dark launch --- gui/manipulator.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gui/manipulator.lua b/gui/manipulator.lua index 2e2c901d03..b3d2edcba2 100644 --- a/gui/manipulator.lua +++ b/gui/manipulator.lua @@ -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