浏览代码

Added default layout name for dxfsettings

Kenric Nugteren 6 月之前
父节点
当前提交
4ee7512e2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      inabox.dxf/DxfUtils.cs

+ 1 - 1
inabox.dxf/DxfUtils.cs

@@ -24,7 +24,7 @@ public class DxfImportSettings
     {
         ImageSize = imageSize ?? new(2048, 2048);
         SupportFolders = supportFolders;
-        LayoutName = layoutName;
+        LayoutName = layoutName ?? "Model";
     }
 }