Selaa lähdekoodia

Include common in texture picker

Krzysztof Krysiński 1 kuukausi sitten
vanhempi
sitoutus
967a49c8b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/PixiEditor/Views/Input/TexturePicker.axaml.cs

+ 1 - 1
src/PixiEditor/Views/Input/TexturePicker.axaml.cs

@@ -38,7 +38,7 @@ internal partial class TexturePicker : UserControl
 
     private async Task PickTextureFile()
     {
-        var any = new FileTypeDialogDataSet(FileTypeDialogDataSet.SetKind.Image).GetFormattedTypes(false);
+        var any = new FileTypeDialogDataSet(FileTypeDialogDataSet.SetKind.Image).GetFormattedTypes(true);
 
         if (Application.Current.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
         {