From fa0304793a4525db68cb53b527d695bfa2c65966 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Sun, 2 Aug 2026 01:38:09 -0600 Subject: Remove Debug window feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debug button, DebugWindow, and the stdout/stderr tee (core/debug_log.py) weren't wanted. developer_mode toggle stays — still gates device Simulation Mode checkboxes and verbose terminal logging. Co-Authored-By: Claude Sonnet 5 --- ui/windows/settings_window.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/windows/settings_window.py') diff --git a/ui/windows/settings_window.py b/ui/windows/settings_window.py index 09b7a1a..a1d9de1 100644 --- a/ui/windows/settings_window.py +++ b/ui/windows/settings_window.py @@ -113,9 +113,9 @@ class SettingsWindow(QWidget): self._dev_chk = QCheckBox() self._dev_chk.setChecked(self.cfg["developer_mode"]) self._dev_chk.setToolTip( - "Controls whether the Debug window and each device's Simulation\n" - "Mode option are available, and enables verbose DEBUG output in\n" - "the terminal. Off = real-hardware-only, no debug tools." + "Controls whether each device's Simulation Mode option is\n" + "available, and enables verbose DEBUG output in the terminal.\n" + "Off = real-hardware-only, no debug tools." ) lay.addRow("Developer mode:", self._dev_chk) -- cgit v1.2.3