From e283c706b57b0cbcdd68f6c9115eb09a0ea8e133 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:32:16 -0400 Subject: [PATCH] Rename Import Connections to Import Settings, copy config files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now imports the full config folder from a previous install: - servers.json (upsert by server name, as before) - settings.json (alert thresholds, SMTP, theme, MCP settings) - collection_schedule.json (custom schedules) - ignored_wait_types.json (custom wait exclusions) - alert_state.json (dismissed alerts) Config files are only copied if they don't already exist in the current install — won't overwrite a user's current settings. Co-Authored-By: Claude Opus 4.6 (1M context) --- Lite/MainWindow.xaml | 6 +++--- Lite/MainWindow.xaml.cs | 41 ++++++++++++++++++++++++++++++++++++----- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/Lite/MainWindow.xaml b/Lite/MainWindow.xaml index d3008d3c..1bd09ca9 100644 --- a/Lite/MainWindow.xaml +++ b/Lite/MainWindow.xaml @@ -175,11 +175,11 @@ -