Skip to content

Commit c0508ed

Browse files
committed
Release 3.2.4
Dynamic UI
1 parent a2d7a5d commit c0508ed

File tree

4 files changed

+354
-102
lines changed

4 files changed

+354
-102
lines changed

toOBSComputer/OBSTallyClient/MainProgram.Designer.cs

Lines changed: 59 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toOBSComputer/OBSTallyClient/MainProgram.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ private void RefreshLabels(List<OBSWebsocketDotNet.Types.SceneItem> SceneSources
227227
else if (source.SourceName == source3) { label3.BackColor = color; }
228228
else if (source.SourceName == source4) { label4.BackColor = color; }
229229
else {
230-
label5.BackColor = color;
231230
if (color == Color.Red) { label5.Text = "A non-tallied source is live."; }
232231
if (color == Color.Green) { label5.Text = "A non-tallied source is in preview."; }
233232
}
@@ -265,8 +264,6 @@ private void ColorAllLabels(Color color)
265264
{
266265
label1.BackColor = color; label2.BackColor = color;
267266
label3.BackColor = color; label4.BackColor = color;
268-
269-
label5.BackColor = Color.Transparent;
270267
label5.Text ="";
271268
}
272269

0 commit comments

Comments
 (0)