wjc
2022-05-27 8c5f2a6710519f68af140a5aee95ce16795371db
2022年05月27日13:32:56

去掉音乐播放器指令重发机制
1个文件已修改
2 ■■■ 已修改文件
HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs
@@ -44,7 +44,7 @@
        {
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendWriteCommand(function, dic);
                DriverLayer.Control.Ins.SendWriteCommand(function, dic,false,0);
            })
            { IsBackground = true }.Start();
        }