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