Update docs for show as well

This commit is contained in:
Nick Mowen 2022-02-20 11:25:10 -07:00
parent 25930cb540
commit cad59d335d

View File

@ -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
```