Fix config.display.use_long_node_name not saving (#9522)

This commit is contained in:
Jason P
2026-02-03 12:21:51 -06:00
committed by GitHub
co-authored by GitHub
parent c8a9cdc148
commit b008c7a170
+1
View File
@@ -1498,6 +1498,7 @@ void menuHandler::nodeNameLengthMenu()
config.display.use_long_node_name = option.value;
saveUIConfig();
service->reloadConfig(SEGMENT_CONFIG);
LOG_INFO("Setting names to %s", option.value ? "long" : "short");
});