wxr
2023-07-25 39b8b0b9bcf5805ada1a44e5dc72f05f9c6e4fcc
HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -1,5 +1,6 @@

using System;
using System.Collections.Generic;
using HDL_ON.Entity;
using HDL_ON.UI.CSS;
using Shared;
@@ -89,6 +90,7 @@
            var list = room.GetRoomFunctions(false);
            foreach (var function in list)
            {
                if (MainPage.RoomNotSupportFunctionList.Contains(function.spk))