diff --git a/ShiftOS.WinForms/Applications/Shifter.cs b/ShiftOS.WinForms/Applications/Shifter.cs index 600a9b2..05ba638 100644 --- a/ShiftOS.WinForms/Applications/Shifter.cs +++ b/ShiftOS.WinForms/Applications/Shifter.cs @@ -832,7 +832,7 @@ namespace ShiftOS.WinForms.Applications }))); }; flbody.SetFlowBreak(color, true); - + color.Tag = "keepbg"; flbody.Controls.Add(color); color.Show(); }