OSDN Git Service

release 2.3.6.4
[nt2chview/stable.git] / NT2chView45 / NTExportUtil.cs
index 18b35f2..334c52c 100755 (executable)
@@ -182,7 +182,14 @@ namespace NT2chView
             NTThreadTitle tt = board.findThreadTitleByDatName(\r
                         threadDesc.getDatName());\r
             if (tt == null)\r
-                return;\r
+            {\r
+                if (NTUserPreference.MaruIsEnabled)\r
+                {\r
+                    tt = board.addExtraThread(threadDesc.getDatName(), null);\r
+                }\r
+                if (tt == null)\r
+                    return;\r
+            }\r
 \r
             NTAppState.getMainWindow().OpenNewThread(tt);\r
         }\r