From 1de638833e4b07b5e6c272cf5c8474b5c92ce42f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 15:21:48 +0800 Subject: [PATCH] 删除音乐权限申请 --- OnPro/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs b/OnPro/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs index 746471b..60251e2 100644 --- a/OnPro/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs +++ b/OnPro/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs @@ -421,10 +421,6 @@ IsSelected = functions.Find((obj) => obj.deviceId == function.deviceId) != null, Tag = "ChooseIcon" }; - if (DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl) - { - btnSelect.X = Application.GetRealWidth(323); - } bodyDiv.AddChidren(btnSelect); btnSelect.MouseUpEventHandler = (sender, e) => -- Gitblit v1.8.0