Skip to content

Commit c8f322c

Browse files
committed
add tooltip to statusbar (otherwise cannot see long messages), display crash scene recovery dialog only once (fixes #174)
1 parent 37ea41d commit c8f322c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: UnityLauncherPro/MainWindow.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3479,6 +3479,7 @@ public void SetStatus(string msg, MessageType messageType = MessageType.Info)
34793479
}
34803480

34813481
txtStatus.Text = msg;
3482+
txtStatus.ToolTip = msg;
34823483
}
34833484

34843485
public void SetBuildStatus(System.Windows.Media.Color color)

0 commit comments

Comments
 (0)