From fee151cf26469b96ddec692a28fc851670d7e833 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 18 Dec 2019 11:29:50 -0800 Subject: [PATCH] save edit name fix --- qml/panes/ProfileAddEditPane.qml | 3 +++ 1 file changed, 3 insertions(+) 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 } }