mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add UI button to signal file provider domain
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
f1c7811962
commit
369c1d737a
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user