소스 검색

Someone should do something about this

CPKreuz 1 년 전
부모
커밋
8560e2701a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/PixiEditor.AvaloniaUI/Models/IO/Importer.cs

+ 2 - 0
src/PixiEditor.AvaloniaUI/Models/IO/Importer.cs

@@ -92,6 +92,7 @@ internal class Importer : ObservableObject
             {
                 Document v5 => v5.ToDocument(),
                 DocumentV4 v4 => v4.ToDocument()
+                // TODO: Default handling
             };
 
             if (associatePath)
@@ -132,6 +133,7 @@ internal class Importer : ObservableObject
             {
                 Document v5 => v5.ToDocument(),
                 DocumentV4 v4 => v4.ToDocument()
+                // TODO: Default handling
             };
 
             document.FullFilePath = originalFilePath;