summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71aedbf..f72ecdc 100644
--- a/README.md
+++ b/README.md
@@ -567,7 +567,11 @@ default, you must create it manually.
},
"utilities": {
"enabled": true,
- "maxToasts": 4
+ "maxToasts": 4,
+ "toasts": {
+ "audioOutputChanged": true,
+ "audioInputChanged": true
+ }
}
}
```