Add dark custom title bar with WindowChrome

This commit is contained in:
2026-06-08 20:31:38 +05:00
parent 793076b948
commit 0c2212cde9
11 changed files with 235 additions and 75 deletions
+5
View File
@@ -78,6 +78,11 @@ namespace QoSManager.Views
}
}
private void MinimizeButton_Click(object sender, RoutedEventArgs e)
{
WindowState = WindowState.Minimized;
}
private void CloseButton_Click(object sender, RoutedEventArgs e)
{
DialogResult = false;