diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 04aecbb59..033eb2906 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -430,6 +430,6 @@ 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) - # By default are sorted in the order they are defined. + # By default the cameras are sorted alphabetically. order: 0 ```