From bef5359702c6300fda097f56681e5d2820d62613 Mon Sep 17 00:00:00 2001 From: Robin Seger Date: Tue, 23 Sep 2025 10:04:21 +0200 Subject: audio: audio device changed toasts (#684) * Added toast notifications for audio device changes * rename to toasts * moved into audio service * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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 + } } } ``` -- cgit v1.2.3-freya