From f3f991d979b5c10f1e7396c63be349fa5536d6a9 Mon Sep 17 00:00:00 2001 From: Alex Lobascio Date: Mon, 17 Feb 2025 23:20:15 -0800 Subject: [PATCH] Add bool to supported settings types --- docs/config/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/settings.md b/docs/config/settings.md index c6a839b3d1..f017a39a9f 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -68,7 +68,7 @@ config. (If you don't include them, the default will be used). ### key_type: -Single value, type: one of the following options: str, float, int. +Single value, type: one of the following options: str, float, int, bool. Default: `str` Type of the key. If you want to do math with the variable you need