From 82d55769400296dc6565765ac3cd30b1c080cb69 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 19 Jun 2023 13:19:29 -0700 Subject: [PATCH] Add troubleshooting entry to disable title popups. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 764c2216..264efabd 100644 --- a/README.md +++ b/README.md @@ -4005,6 +4005,21 @@ live: mode: none ``` +### Title "Popups" are annoying / continually popping up + +Title popups can be disabled for live or media viewer views with this configuration: + +```yaml +live: + controls: + title: + mode: none +media_viewer: + controls: + title: + mode: none +``` + ### Microphone / 2-way audio doesn't work There are many requirements for 2-way audio to work. See [Using 2-way