From 27a67d21369b513940037aee4de52f64b02e8618 Mon Sep 17 00:00:00 2001 From: Ray Berezowski <6616212+rberezowski@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:57:04 -0400 Subject: [PATCH] Add About dialog and app metadata --- AboutWindow.xaml | 101 +++++++++++++++++++++++++++++++++ AboutWindow.xaml.cs | 49 ++++++++++++++++ MainWindow.xaml | 1 + MainWindow.xaml.cs | 20 ++++--- Services/AppInfo.cs | 18 ++++++ Services/LauncherController.cs | 16 ++++++ TaskbarLauncher.csproj | 1 + 7 files changed, 197 insertions(+), 9 deletions(-) create mode 100644 AboutWindow.xaml create mode 100644 AboutWindow.xaml.cs create mode 100644 Services/AppInfo.cs diff --git a/AboutWindow.xaml b/AboutWindow.xaml new file mode 100644 index 0000000..5b7f221 --- /dev/null +++ b/AboutWindow.xaml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +