From e68c5ebd9ff4d3a133854a892e5b1e1cef29f99b Mon Sep 17 00:00:00 2001 From: egg Date: Mon, 22 Dec 2025 18:25:15 +0800 Subject: [PATCH] config: Enable browser-only launch mode by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- client/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/config.json b/client/config.json index e21c27f..ab30b65 100644 --- a/client/config.json +++ b/client/config.json @@ -3,7 +3,7 @@ "uploadTimeout": 600000, "appTitle": "Meeting Assistant", "ui": { - "launchBrowser": false + "launchBrowser": true }, "whisper": { "model": "medium",