2
0

Apply dark mode button styles to ConfigWindow

- Add DarkButton and PrimaryButton styles matching MainWindow
- Remove X close button (Cancel/Save buttons close dialog)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-04 00:31:30 -05:00
parent 2a3a502567
commit b4690dc937
2 changed files with 68 additions and 13 deletions

View File

@@ -164,11 +164,6 @@ public partial class ConfigWindow : Window
Close();
}
private void CloseButton_Click(object sender, RoutedEventArgs e)
{
Close();
}
private class PortConfigRow
{
public int VcpValue { get; set; }