wxr
2024-05-15 4b38e2265a83b173efd498366590e77c2d4d90f5
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);
                                    }
                                }
                            }
                        }