wjc
2023-07-26 80075a89316729927db0ad65ca7674f81a942a93
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))