diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -567,7 +567,11 @@ default, you must create it manually. }, "utilities": { "enabled": true, - "maxToasts": 4 + "maxToasts": 4, + "toasts": { + "audioOutputChanged": true, + "audioInputChanged": true + } } } ``` |