Fix profile cancel button not restoring avatar

This commit is contained in:
miruka
2019-07-18 18:48:32 -04:00
parent a842981406
commit 50930aec36
2 changed files with 3 additions and 1 deletions

View File

@@ -156,6 +156,8 @@ HGridLayout {
onClicked: {
nameField.field.text = userInfo.displayName
fileDialog.selectedFile = ""
fileDialog.file = ""
}
}
}