diff --git a/internal/frontend/qml/AccountView.qml b/internal/frontend/qml/AccountView.qml index 33c63191..599eb957 100644 --- a/internal/frontend/qml/AccountView.qml +++ b/internal/frontend/qml/AccountView.qml @@ -163,6 +163,7 @@ Item { if (!splitMode.checked){ root.notifications.askEnableSplitMode(user) } else { + addressSelector.currentIndex = 0 root.user.toggleSplitMode(!splitMode.checked) } }