From 0567b796e07600da8acbfea04ba68be043946317 Mon Sep 17 00:00:00 2001
From: Ray Berezowski <6616212+rberezowski@users.noreply.github.com>
Date: Tue, 2 Jun 2026 19:59:43 -0400
Subject: [PATCH] Clean up About window version display
---
AboutWindow.xaml | 8 ++++----
AboutWindow.xaml.cs | 5 -----
TaskbarLauncher.csproj | 1 +
3 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/AboutWindow.xaml b/AboutWindow.xaml
index 5b7f221..aa649cf 100644
--- a/AboutWindow.xaml
+++ b/AboutWindow.xaml
@@ -93,9 +93,9 @@
-
-
-
-
+
diff --git a/AboutWindow.xaml.cs b/AboutWindow.xaml.cs
index f8bdae2..4444740 100644
--- a/AboutWindow.xaml.cs
+++ b/AboutWindow.xaml.cs
@@ -37,11 +37,6 @@ public partial class AboutWindow : Window
});
}
- private void OpenConfigFolder_Click(object sender, RoutedEventArgs e)
- {
- ConfigService.OpenConfigFolder();
- }
-
private void Close_Click(object sender, RoutedEventArgs e)
{
Close();
diff --git a/TaskbarLauncher.csproj b/TaskbarLauncher.csproj
index f66d4c1..5f9ad33 100644
--- a/TaskbarLauncher.csproj
+++ b/TaskbarLauncher.csproj
@@ -8,6 +8,7 @@
true
true
$(DefaultItemExcludes);bin\**;obj\**;builds\**;_*\**;..\TaskbarLauncher-build\**
+ false
Ray Berezowski
1.0.0
1.0.0.0