mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-03 04:42:21 +00:00
show set name
This commit is contained in:
@@ -247,7 +247,7 @@ struct GroupChatInfoView: View {
|
||||
if groupInfo.useRelays && groupInfo.isOwner {
|
||||
Section(header: Text("Advanced options").foregroundColor(theme.colors.secondary)) {
|
||||
channelWebAccessButton()
|
||||
if groupInfo.groupProfile.publicGroup?.publicGroupAccess != nil {
|
||||
if groupInfo.groupProfile.publicGroup != nil {
|
||||
NavigationLink {
|
||||
SetSimplexNameView(
|
||||
titleKey: "Set SimpleX name",
|
||||
|
||||
+1
-1
@@ -825,7 +825,7 @@ fun ModalData.GroupChatInfoLayout(
|
||||
SectionDividerSpaced()
|
||||
SectionView(title = stringResource(MR.strings.advanced_options)) {
|
||||
ChannelWebPageButton(groupInfo, manageWebPage)
|
||||
if (groupInfo.groupProfile.publicGroup?.publicGroupAccess != null) {
|
||||
if (groupInfo.groupProfile.publicGroup != null) {
|
||||
SettingsActionItem(
|
||||
painterResource(MR.images.ic_verified_user),
|
||||
stringResource(MR.strings.set_simplex_name),
|
||||
|
||||
Reference in New Issue
Block a user