Don't kill software when there's an exception

This commit is contained in:
2026-02-16 19:41:02 +09:00
parent f55f22415f
commit f47200d636
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
<DataGrid.RowDetailsTemplate>
<DataTemplate x:DataType="models:ReportFile">
<TextBlock TextWrapping="Wrap" Margin="4,4,4,0">
<Run FontWeight="Bold" Text="File Name"/>: <Run Text="{Binding FileName}"/>
<Run FontWeight="Bold" Text="File Path"/>: <Run Text="{Binding FilePath}"/>
<LineBreak/>
<Run FontWeight="Bold" Text="Notes"/>: <Run Text="{Binding Notes}"/>
</TextBlock>