This commit is contained in:
pap
2025-08-07 00:42:05 +01:00
parent 773ab49050
commit b75fb20be4

View File

@@ -259,6 +259,7 @@ impl HistoryCell {
format!(" {cmd_index}. /new - {}", SlashCommand::New.description()).dim(),
));
lines.push(Line::from("".dim()));
HistoryCell::WelcomeMessage {
view: TextBlock::new(lines),
}