diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-02 18:54:24 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-05 22:01:51 +0200 |
commit | 71492b0d10b5eb7f85a1b6dc28707adea2f7f068 (patch) | |
tree | 8a761d73e30514f87553df09eec9eee9a3bb5bb4 /user/zed/settings.json | |
parent | 04f8ec6294a145020b7c05d704913247f131aceb (diff) |
I'm not sure why the Kodi user now needs to be in the `audio` group
but without it the user can only see a dummy device.
Diffstat (limited to 'user/zed/settings.json')
-rw-r--r-- | user/zed/settings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json index 6e6d8b2..27b415c 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -58,7 +58,7 @@ "features": { "edit_prediction_provider": "none" }, - "assistant": { + "agent": { "enabled": false, "version": "2" }, @@ -67,7 +67,7 @@ "button": false }, "chat_panel": { - "button": false + "button": "never" }, "notification_panel": { "button": false |