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"),
|
description: NSLocalizedString("Голосовые звонки пока недоступны. Как только включим WebRTC, кнопка оживёт.", comment: "Message profile call action description"),
|
||||||
tint: .green
|
tint: .green
|
||||||
),
|
),
|
||||||
// ProfileQuickAction(
|
ProfileQuickAction(
|
||||||
// icon: "video.fill",
|
icon: "video.fill",
|
||||||
// title: NSLocalizedString("Видео", comment: "Message profile video action"),
|
title: NSLocalizedString("Видео", comment: "Message profile video action"),
|
||||||
// description: NSLocalizedString("Видео созвоны появятся вместе с звонками. Интерфейс повторит Telegram.", comment: "Message profile video action description"),
|
description: NSLocalizedString("Видео созвоны появятся вместе с звонками. Интерфейс повторит Telegram.", comment: "Message profile video action description"),
|
||||||
// tint: .purple
|
tint: .purple
|
||||||
// ),
|
),
|
||||||
ProfileQuickAction(
|
ProfileQuickAction(
|
||||||
icon: "bell.slash.fill",
|
icon: "bell.slash.fill",
|
||||||
title: NSLocalizedString("Заглушить", comment: "Message profile mute action"),
|
title: NSLocalizedString("Заглушить", comment: "Message profile mute action"),
|
||||||
description: NSLocalizedString("Появится мутация на 1 час, 1 день или навсегда.", comment: "Message profile mute action description"),
|
description: NSLocalizedString("Появится мутация на 1 час, 1 день или навсегда.", comment: "Message profile mute action description"),
|
||||||
tint: .orange
|
tint: .orange
|
||||||
),
|
),
|
||||||
ProfileQuickAction(
|
// ProfileQuickAction(
|
||||||
icon: "magnifyingglass",
|
// icon: "magnifyingglass",
|
||||||
title: NSLocalizedString("Поиск", comment: "Message profile search action"),
|
// title: NSLocalizedString("Поиск", comment: "Message profile search action"),
|
||||||
description: NSLocalizedString("Скоро можно будет искать сообщения, ссылки и файлы в этом чате.", comment: "Message profile search action description"),
|
// description: NSLocalizedString("Скоро можно будет искать сообщения, ссылки и файлы в этом чате.", comment: "Message profile search action description"),
|
||||||
tint: .blue
|
// tint: .blue
|
||||||
),
|
// ),
|
||||||
ProfileQuickAction(
|
ProfileQuickAction(
|
||||||
icon: "ellipsis.circle",
|
icon: "ellipsis.circle",
|
||||||
title: NSLocalizedString("Ещё", comment: "Message profile more action"),
|
title: NSLocalizedString("Ещё", comment: "Message profile more action"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user