aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShiftOS.WinForms/Applications/Shifter.cs2
1 files changed, 1 insertions, 1 deletions
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();
}