From 52f369a898e780a698c90b37f40f31a0708359e6 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 11 Dec 2025 01:39:20 +0300 Subject: [PATCH] change button in profile --- yobble/Views/Chat/MessageProfileView.swift | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/yobble/Views/Chat/MessageProfileView.swift b/yobble/Views/Chat/MessageProfileView.swift index 6c61eab..68d4c2b 100644 --- a/yobble/Views/Chat/MessageProfileView.swift +++ b/yobble/Views/Chat/MessageProfileView.swift @@ -825,24 +825,24 @@ struct MessageProfileView: View { description: NSLocalizedString("Голосовые звонки пока недоступны. Как только включим WebRTC, кнопка оживёт.", comment: "Message profile call action description"), tint: .green ), -// ProfileQuickAction( -// icon: "video.fill", -// title: NSLocalizedString("Видео", comment: "Message profile video action"), -// description: NSLocalizedString("Видео созвоны появятся вместе с звонками. Интерфейс повторит Telegram.", comment: "Message profile video action description"), -// tint: .purple -// ), + ProfileQuickAction( + icon: "video.fill", + title: NSLocalizedString("Видео", comment: "Message profile video action"), + description: NSLocalizedString("Видео созвоны появятся вместе с звонками. Интерфейс повторит Telegram.", comment: "Message profile video action description"), + tint: .purple + ), ProfileQuickAction( icon: "bell.slash.fill", title: NSLocalizedString("Заглушить", comment: "Message profile mute action"), description: NSLocalizedString("Появится мутация на 1 час, 1 день или навсегда.", comment: "Message profile mute action description"), tint: .orange ), - ProfileQuickAction( - icon: "magnifyingglass", - title: NSLocalizedString("Поиск", comment: "Message profile search action"), - description: NSLocalizedString("Скоро можно будет искать сообщения, ссылки и файлы в этом чате.", comment: "Message profile search action description"), - tint: .blue - ), +// ProfileQuickAction( +// icon: "magnifyingglass", +// title: NSLocalizedString("Поиск", comment: "Message profile search action"), +// description: NSLocalizedString("Скоро можно будет искать сообщения, ссылки и файлы в этом чате.", comment: "Message profile search action description"), +// tint: .blue +// ), ProfileQuickAction( icon: "ellipsis.circle", title: NSLocalizedString("Ещё", comment: "Message profile more action"),