From cad59d335dcfa67f90b7a775a5029faca305d22e Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 20 Feb 2022 11:25:10 -0700 Subject: [PATCH] Update docs for show as well --- docs/docs/configuration/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 6cbd10140..7bdba9841 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -434,7 +434,9 @@ cameras: # Optional: Configuration for how camera is handled in the GUI. gui: - # Optional: Adjust sort order of cameras in the GUI. Larger numbers come later. (default: shown below) + # Optional: Adjust sort order of cameras in the GUI. Larger numbers come later (default: shown below) # By default the cameras are sorted alphabetically. order: 0 + # Optional: Whether or not to show the camera in the GUI (default: shown below) + show: True ```