mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
Suggest a password when password is enforced on server
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
bfa7fc5299
commit
12d9a484c0
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ ColumnLayout {
|
|||
closePolicy: Popup.NoAutoClose
|
||||
|
||||
visible: false
|
||||
onAboutToShow: dialogPasswordField.text = shareModel.generatePassword()
|
||||
onClosed: dialogPasswordField.text = ""
|
||||
|
||||
onAccepted: {
|
||||
if(sharee) {
|
||||
|
|
Loading…
Reference in a new issue