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