mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Cosmetic changes, UX/UI improvements in TUI mode, added colored text support in dialogs
This commit is contained in:
parent
2aa85cbb17
commit
c0d983272b
9 changed files with 321 additions and 105 deletions
|
|
@ -79,9 +79,6 @@ public sealed class DialogNbtParser
|
|||
var body = ParseBody(GetValue(nbt, "body"));
|
||||
var inputs = ParseInputs(GetValue(nbt, "inputs"));
|
||||
|
||||
if (string.IsNullOrWhiteSpace(title))
|
||||
title = type;
|
||||
|
||||
return new DialogCommon(title, externalTitle, canCloseWithEscape, pause, afterAction, body, inputs);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue