diff options
Diffstat (limited to 'qml/AccountsPage.qml')
-rw-r--r-- | qml/AccountsPage.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index b48a4e4..ce1df02 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -114,6 +114,7 @@ Kirigami.Page { } else { pageStack.replace("qrc:/qml/ConfigurePage.qml", {context: context}) } + pageStack.layers.pop() } } |