Skip to content

Commit 4929d98

Browse files
authored
Feature: Added support for setting tif files as the Background Image (#15350)
1 parent 60c2026 commit 4929d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/Settings/AppearanceViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private async Task SelectBackgroundImage()
9393
{
9494
ViewMode = PickerViewMode.Thumbnail,
9595
SuggestedStartLocation = PickerLocationId.PicturesLibrary,
96-
FileTypeFilter = { ".jpg", ".jpeg", ".png", ".bmp", ".gif", ".webp" }
96+
FileTypeFilter = { ".png", ".bmp", ".jpg", ".jpeg", ".jfif", ".gif", ".tiff", ".tif", ".webp" }
9797
};
9898

9999
// WINUI3: Create and initialize new window

0 commit comments

Comments
 (0)