change button in profile
This commit is contained in:
parent
19939dcf61
commit
52f369a898
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user