Support binding 3PIDs

Closes network/neochat#565
This commit is contained in:
James Graham
2024-05-31 09:25:42 +00:00
parent ab4af48e52
commit 227ebd610a
11 changed files with 521 additions and 69 deletions

View File

@@ -17,7 +17,7 @@ FormCard.AbstractFormDelegate {
property bool editServerUrl: false
text: identityServerHelper.currentServer
text: connection.identityServer
onClicked: editIdServerButton.toggle()
@@ -114,7 +114,7 @@ FormCard.AbstractFormDelegate {
}
QQC2.ToolButton {
id: removeIdServerButton
visible: identityServerHelper.hasCurrentServer
visible: root.connection.hasIdentityServer
display: QQC2.AbstractButton.IconOnly
text: i18nc("@action:button", "Remove identity server")
icon.name: "edit-delete-remove"