Correct docs

This commit is contained in:
Nick Mowen 2022-02-16 12:11:47 -07:00
parent 310970eca9
commit 0ec52ddd66

View File

@ -430,6 +430,6 @@ cameras:
# Optional: Configuration for how camera is handled in the GUI. # Optional: Configuration for how camera is handled in the GUI.
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 are sorted in the order they are defined. # By default the cameras are sorted alphabetically.
order: 0 order: 0
``` ```