mac
2024-07-25 16bea1d248f0010049bceaa562939297fa26b130
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);
                                    }
                                }
                            }
                        }