From 247b8562b78bcd18aef8fe25fc6aaaaa94ba69a4 Mon Sep 17 00:00:00 2001 From: milimoe Date: Fri, 7 Mar 2025 18:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0SC=E5=8F=98=E5=8A=A8=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs b/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs index 1ee17c6..bc76677 100644 --- a/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs +++ b/Desktop/Solutions/NovelEditor/NovelEditor.xaml.cs @@ -192,7 +192,7 @@ namespace Milimoe.FunGame.Testing.Desktop.Solutions.NovelEditor string filePath = openFileDialog.FileName; try { - _config = NovelConfig.LoadFrom(filePath, "NovelEditor", false, NovelConstant.Conditions); + _config = NovelConfig.LoadFrom(filePath, "NovelEditor", true, true, NovelConstant.Conditions); OpenedFileName.Text = _config.FileName; NodeListBox.ItemsSource = _config.Values; NodeListBox.Items.Refresh();