Clean up About window version display

This commit is contained in:
Ray Berezowski
2026-06-02 19:59:43 -04:00
parent 27a67d2136
commit 0567b796e0
3 changed files with 5 additions and 9 deletions

View File

@@ -93,9 +93,9 @@
</Grid>
</Border>
<StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Right">
<Button Content="Open Config Folder" Click="OpenConfigFolder_Click" Margin="0,0,8,0"/>
<Button Content="Close" Click="Close_Click"/>
</StackPanel>
<Button Grid.Row="2"
Content="Close"
Click="Close_Click"
HorizontalAlignment="Right"/>
</Grid>
</Window>

View File

@@ -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();

View File

@@ -8,6 +8,7 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<DefaultItemExcludes>$(DefaultItemExcludes);bin\**;obj\**;builds\**;_*\**;..\TaskbarLauncher-build\**</DefaultItemExcludes>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>Ray Berezowski</Authors>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>