duheng
2024-12-10 ff457d72c09f3f0d49e6b79d9461bf596e8945bf
WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/01-set/SetHydroMonitorListCtrl.cs
@@ -85,7 +85,7 @@
            var list = _allBindingList?.Where(x => x.Checked).ToList();
            list?.ForEach(x =>
            {
                x.Vmo.Flags = Yw.Untity.FlagsHelper.ToList(x.Flags);
                x.Vmo.Flags = HydroFlagsHelper.ToList(x.Flags);
                x.Vmo.Description = x.Description;
            });
            return list?.Select(x => x.Vmo).ToList();