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();