Skip to content

chore(config): make vnc plugin entry explicitly enabled#3111

Open
dawsman wants to merge 1 commit into
jo-inc:masterfrom
dawsman:chore/vnc-explicit-enabled
Open

chore(config): make vnc plugin entry explicitly enabled#3111
dawsman wants to merge 1 commit into
jo-inc:masterfrom
dawsman:chore/vnc-explicit-enabled

Conversation

@dawsman
Copy link
Copy Markdown

@dawsman dawsman commented May 13, 2026

Tiny consistency fix. The vnc plugin entry in camofox.config.json is missing the explicit "enabled": true that youtube and persistence both carry.

The loader (lib/plugins.js) treats a missing enabled field as not-disabled, so this is a no-op at runtime — purely a docs/consistency change that makes the config self-describing.

-    "vnc": { "resolution": "1920x1080" }
+    "vnc": { "enabled": true, "resolution": "1920x1080" }

🤖 Generated with Claude Code

Aligns the `vnc` plugin entry with `youtube` and `persistence`, both of
which carry an explicit `"enabled": true`. The loader treats missing
`enabled` as not-disabled, so this is a no-op at runtime — purely a
consistency fix that makes the config self-describing.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant