diff --git a/camofox.config.json b/camofox.config.json index 03dcaff..3fa2d07 100644 --- a/camofox.config.json +++ b/camofox.config.json @@ -5,6 +5,6 @@ "plugins": { "youtube": { "enabled": true }, "persistence": { "enabled": true }, - "vnc": { "resolution": "1920x1080" } + "vnc": { "enabled": true, "resolution": "1920x1080" } } }