Updated name, Fixed type conversion

This commit is contained in:
Jordan Wages 2025-08-28 02:23:08 -05:00
commit d8e18e813d
3 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,6 @@
<!-- History -->
<Grid Grid.Row="0">
<ListBox x:Name="HistoryList" ItemsSource="{Binding History}" SelectedIndex="{Binding SelectedHistoryIndex}"
HorizontalContentAlignment="Stretch"
AutomationProperties.Name="History list">
<ListBox.ItemTemplate>
<DataTemplate x:DataType="m:HistoryItem">