save edit name fix
the build was successful Details

This commit is contained in:
Dan Ballard 2019-12-18 11:29:50 -08:00
parent f5f6d4b947
commit fee151cf26
1 changed files with 3 additions and 0 deletions

View File

@ -208,6 +208,9 @@ ColumnLayout { // Add Profile Pane
} else {
gcd.changePassword(onion, txtCurrentPassword.text, txtPassword1.text, radioNoPassword.checked)
}
} else {
gcd.reloadProfileList()
parentStack.pane = parentStack.managementPane
}
}