Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qubqub committed Aug 27, 2023
1 parent 0a77d05 commit dd5d15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Views/Overlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ private void UpdateInfo() {
this.lblFinish.Text = Stats.IsQueued ? $"{Multilingual.GetWord("overlay_queued_players")} :" : $"{Multilingual.GetWord("overlay_finish")} :";
if (Stats.IsQueued) {
this.lblFinish.TextRight = Stats.QueuedPlayers.ToString();
this.lblFinish.ForeColor = this.ForeColor;
} else {
if (finish.HasValue) {
TimeSpan time = finish.GetValueOrDefault(start) - start;
Expand Down

0 comments on commit dd5d15e

Please sign in to comment.