mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Messaging improvements + Added auto show dialogs in classic console mode
This commit is contained in:
parent
c0d983272b
commit
7f2a71f9fe
5 changed files with 20 additions and 2 deletions
|
|
@ -174,6 +174,13 @@ internal sealed class DialogView : Border, IOverlayCloseHandler
|
|||
});
|
||||
}
|
||||
|
||||
main.Children.Add(new TextBlock
|
||||
{
|
||||
Text = Translations.dialog_render_help_hint,
|
||||
Foreground = new SolidColorBrush(Color.FromRgb(120, 120, 120)),
|
||||
TextWrapping = TextWrapping.Wrap
|
||||
});
|
||||
|
||||
main.Children.Add(_status);
|
||||
scroll.Content = main;
|
||||
root.Children.Add(scroll);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue