From 0ec52ddd667baf47d0c5efe4fc1444ed2215da20 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 16 Feb 2022 12:11:47 -0700 Subject: [PATCH] Correct docs --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```