HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
@@ -585,6 +585,17 @@ sceneFunctionInfo += " " + key; } var perVolume = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.Volume); if (perVolume != null) { sceneFunctionInfo += " " + perVolume.value; } var perSongName = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.SongName); if (perSongName != null) { sceneFunctionInfo += " " + perSongName.value; } return sceneFunctionInfo; }