From 3610309b1e5d83049554afe287129c99389d231d Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 3 Jun 2026 10:12:34 -0600 Subject: Fix settings/plugin window bugs; remove example plugin - Add missing QGroupBox import to settings_window (caused silent crash on open) - Remove Controls tab and _controls_tab() method from settings - Clamp child window positions to screen bounds so they don't go off-screen on Windows when main window is maximized - Apply same screen-clamp fix to Motion Capture plugin window - Delete example plugin; disable it in enabled.json Co-Authored-By: Claude Sonnet 4.6 --- plugins/enabled.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/enabled.json') diff --git a/plugins/enabled.json b/plugins/enabled.json index a2216af..a33a40a 100644 --- a/plugins/enabled.json +++ b/plugins/enabled.json @@ -1,3 +1,3 @@ { - "example": true + "motion_capture": true } \ No newline at end of file -- cgit v1.2.3