Skip to content

Commit

Permalink
Add button to create debug archive
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Nov 14, 2023
1 parent 7414d9f commit f37f360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/macOS/ui/FileProviderSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,10 @@ Page {
value: generalActionsGrid.localUsedStorage / generalActionsGrid.remoteUsedStorage
}
}

CustomButton {
text: qsTr("Create debug archive")
onClicked: root.controller.createDebugArchive(root.accountUserIdAtHost)
}
}
}

0 comments on commit f37f360

Please sign in to comment.