Minor default user config tweak

This commit is contained in:
2025-11-17 12:24:09 -05:00
parent 4a47cbe661
commit a7fc1b71e1
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ def load_user_config(config_dir: Path) -> dict:
if not user_config_path.exists():
# Create default user config
default_user_config = {
"TELEMETRY": "false",
"TELEMETRY": False,
"TELEM_URL": "",
"TEXTUAL_THEME": "gruvbox",
"EXTRAS": "NOTTODAY",