ZigbeeApp/Shared/Phone/Device/Room/RoomManagement.cs
@@ -174,7 +174,7 @@ itemView.AddChidren(roomView); roomView.Init(this,room); roomView.SetRoomName(room.Name); roomView.SetRoomIcon(room.BackgroundImage); roomView.SetRoomIcon(room.BackgroundImageType == 0 ? room.BackgroundImage : System.IO.Path.Combine(Config.Instance.FullPath, room.BackgroundImage)); roomView.ClickBtn.MouseUpEventHandler += (sender, e) => { if (CanClick == false)