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();