This commit is contained in:
spaced4ndy
2025-07-17 21:10:34 +04:00
parent 286d51ba0c
commit b4cec8d688
@@ -812,6 +812,8 @@ struct ChatView: View {
private func chatBannerView() -> some View {
VStack {
Spacer().frame(height: 60)
ChatInfoImage(chat: chat, size: 103, backgroundColor: theme.colors.background)
Text(chat.chatInfo.chatViewName)
.font(.title3)