Skip to content

Commit

Permalink
Suggest a password when password is enforced on server
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Aug 11, 2023
1 parent 7875737 commit 0fdb0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/filedetails/ShareView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ ColumnLayout {
closePolicy: Popup.NoAutoClose

visible: false
onAboutToShow: dialogPasswordField.text = shareModel.generatePassword()
onClosed: dialogPasswordField.text = ""

onAccepted: {
if(sharee) {
Expand Down

0 comments on commit 0fdb0e8

Please sign in to comment.