We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c2026 commit 4929d98Copy full SHA for 4929d98
src/Files.App/ViewModels/Settings/AppearanceViewModel.cs
@@ -93,7 +93,7 @@ private async Task SelectBackgroundImage()
93
{
94
ViewMode = PickerViewMode.Thumbnail,
95
SuggestedStartLocation = PickerLocationId.PicturesLibrary,
96
- FileTypeFilter = { ".jpg", ".jpeg", ".png", ".bmp", ".gif", ".webp" }
+ FileTypeFilter = { ".png", ".bmp", ".jpg", ".jpeg", ".jfif", ".gif", ".tiff", ".tif", ".webp" }
97
};
98
99
// WINUI3: Create and initialize new window
0 commit comments