diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-06-03 10:12:34 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-06-03 10:12:34 -0600 |
| commit | 3610309b1e5d83049554afe287129c99389d231d (patch) | |
| tree | dcf2f554aff081381d6ff60074546a1a54732c96 /plugins/example/manifest.json | |
| parent | 0a8d42501c1bf168bd852537bb3cd18490fac7ee (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'plugins/example/manifest.json')
| -rw-r--r-- | plugins/example/manifest.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/example/manifest.json b/plugins/example/manifest.json deleted file mode 100644 index a5af87d..0000000 --- a/plugins/example/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "plugin_id": "example", - "name": "Example Plugin", - "version": "1.0.0", - "description": "Skeleton showing all plugin integration points. Safe to delete.", - "author": "Your Name", - "entry_point": "plugin.ExamplePlugin" -} |
