From fc3ebe14bea3003c0c0e0bf7a641ea6c60a30e98 Mon Sep 17 00:00:00 2001 From: logikonline Date: Sat, 10 Jan 2026 02:41:42 -0500 Subject: [PATCH] Add Reset and Detect buttons to Config dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reset button: clears custom labels, unhides all ports, removes discovered ports - Detect button: tries common VCP 60 values to discover available input ports - Version bumped to 1.1.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- DellMonitorControl/ConfigWindow.xaml | 20 ++-- DellMonitorControl/ConfigWindow.xaml.cs | 104 +++++++++++++++++++ DellMonitorControl/DellMonitorControl.csproj | 6 +- DellMonitorControl/MainWindow.xaml.cs | 14 ++- DellMonitorControl/MonitorControl.iss | 2 +- Library/Config/MonitorConfigManager.cs | 53 ++++++++++ Library/Method/CMMCommand.cs | 16 +-- 7 files changed, 198 insertions(+), 17 deletions(-) diff --git a/DellMonitorControl/ConfigWindow.xaml b/DellMonitorControl/ConfigWindow.xaml index b71d5b4..d7b13c4 100644 --- a/DellMonitorControl/ConfigWindow.xaml +++ b/DellMonitorControl/ConfigWindow.xaml @@ -98,12 +98,20 @@ - -