Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix settings page crash on Windows 10 (#1480)
## Description On Windows 10, it does not seem to load `Microsoft.WindowsAppRuntime.Insights.Resource.dll` and this crash the app. Added a fallback for this. ## Motivation and Context Closes #1477 ## How Has This Been Tested? Manual ## Screenshots (if appropriate): ![image](https://github.com/microsoft/WinUI-Gallery/assets/42881734/70aa186c-4c53-4dce-b989-62dd04c3dcbe) ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change)
- Loading branch information