Skip to content

Commit

Permalink
Fix bug at LoadApplicationResources
Browse files Browse the repository at this point in the history
  • Loading branch information
ousiax committed Dec 11, 2023
1 parent 842ecbc commit 673e94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Leo.Wpf.App/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private void LoadApplicationResources()
try
{
localization.Source = new Uri(uri, UriKind.RelativeOrAbsolute);
break;
}
catch
{
Expand Down

0 comments on commit 673e94f

Please sign in to comment.