GODT-1534: Reset address when leaving split mode.

create-reload-action
Jakub 4 years ago committed by Jakub Cuth
parent b8f27cc7d2
commit 16f9dc43cb
  1. 1
      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)
}
}

Loading…
Cancel
Save