diff --git a/qml/panes/ProfileAddEditPane.qml b/qml/panes/ProfileAddEditPane.qml index b0c3ef85..8939877d 100644 --- a/qml/panes/ProfileAddEditPane.qml +++ b/qml/panes/ProfileAddEditPane.qml @@ -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 } }