mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
parent
a5954d3bf3
commit
816f737d55
@ -84,7 +84,7 @@ StatusModal {
|
|||||||
}
|
}
|
||||||
validators: [StatusMinLengthValidator {
|
validators: [StatusMinLengthValidator {
|
||||||
minLength: 1
|
minLength: 1
|
||||||
errorMessage: Utils.getErrorMessage(errors, qsTr("channel name"))
|
errorMessage: Utils.getErrorMessage(nameInput.errors, qsTr("channel name"))
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ StatusModal {
|
|||||||
input.implicitHeight: 88
|
input.implicitHeight: 88
|
||||||
validators: [StatusMinLengthValidator {
|
validators: [StatusMinLengthValidator {
|
||||||
minLength: 1
|
minLength: 1
|
||||||
errorMessage: Utils.getErrorMessage(errors, qsTr("channel description"))
|
errorMessage: Utils.getErrorMessage(descriptionTextArea.errors, qsTr("channel description"))
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -104,6 +104,7 @@ StatusPopupMenu {
|
|||||||
enabled: communityActive &&
|
enabled: communityActive &&
|
||||||
root.store.chatsModelInst.communities.activeCommunity.admin
|
root.store.chatsModelInst.communities.activeCommunity.admin
|
||||||
onTriggered: openPopup(editChannelPopup, {
|
onTriggered: openPopup(editChannelPopup, {
|
||||||
|
store: root.store,
|
||||||
communityId: root.store.chatsModelInst.communities.activeCommunity.id,
|
communityId: root.store.chatsModelInst.communities.activeCommunity.id,
|
||||||
channel: chatItem
|
channel: chatItem
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user