Add UI button to signal file provider domain

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-01-09 22:49:22 +08:00
parent f1c7811962
commit 369c1d737a
No known key found for this signature in database
GPG Key ID: C839200C384636B0

View File

@ -145,6 +145,20 @@ Page {
}
}
EnforcedPlainTextLabel {
Layout.fillWidth: true
Layout.topMargin: Style.standardSpacing
text: qsTr("Advanced")
font.bold: true
font.pointSize: root.font.pointSize + 2
elide: Text.ElideRight
}
CustomButton {
text: qsTr("Signal file provider domain")
onClicked: root.controller.signalFileProviderDomain(root.accountUserIdAtHost)
}
CustomButton {
text: qsTr("Create debug archive")
onClicked: root.controller.createDebugArchive(root.accountUserIdAtHost)