From 40c2ef62b4abde8a0a2bc361bcba1cdf3de9ae38 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sun, 2 Feb 2025 09:47:34 -0800 Subject: [PATCH] reorder configs --- default_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_config.py b/default_config.py index 1d42e92..db560e9 100644 --- a/default_config.py +++ b/default_config.py @@ -115,11 +115,11 @@ def initialize_config(): "ack_str": "[✓]", "nak_str": "[x]", "ack_unknown_str": "[…]", + "node_sort": "lastHeard", "theme": "dark", "COLOR_CONFIG_DARK": COLOR_CONFIG_DARK, "COLOR_CONFIG_LIGHT": COLOR_CONFIG_LIGHT, - "COLOR_CONFIG_GREEN": COLOR_CONFIG_GREEN, - "node_sort": "lastHeard" + "COLOR_CONFIG_GREEN": COLOR_CONFIG_GREEN } if not os.path.exists(json_file_path):