添加SC变动记录

This commit is contained in:
milimoe 2025-03-07 18:54:16 +08:00
parent 9571ba9664
commit 247b8562b7
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

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