wxr
2024-09-22 60df9596d566807ac7cccaad2c88138dd7b24d0c
HDL_ON/UI/UI2/3-Intelligence/Scene/CatchSceneAddPage.cs
@@ -365,7 +365,10 @@
                            {
                                if (MainPage.SceneSupportFunctionList.Contains(temp.spk))
                                {
                                    catchFunctionList.Add(temp);
                                    if (catchFunctionList.Find((obj) => obj.sid == temp.sid && obj.spk == temp.spk) == null)
                                    {
                                        catchFunctionList.Add(temp);
                                    }
                                }
                            }
                        }