Skip to content

Commit

Permalink
add tooltip to statusbar (otherwise cannot see long messages), displa…
Browse files Browse the repository at this point in the history
…y crash scene recovery dialog only once (fixes #174)
  • Loading branch information
unitycoder committed Jan 9, 2025
1 parent 37ea41d commit c8f322c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnityLauncherPro/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3479,6 +3479,7 @@ public void SetStatus(string msg, MessageType messageType = MessageType.Info)
}

txtStatus.Text = msg;
txtStatus.ToolTip = msg;
}

public void SetBuildStatus(System.Windows.Media.Color color)
Expand Down

0 comments on commit c8f322c

Please sign in to comment.