GODT-1534: Reset address when leaving split mode.

This commit is contained in:
Jakub
2022-03-29 09:00:41 +02:00
committed by Jakub Cuth
parent b8f27cc7d2
commit 16f9dc43cb

View File

@ -163,6 +163,7 @@ Item {
if (!splitMode.checked){
root.notifications.askEnableSplitMode(user)
} else {
addressSelector.currentIndex = 0
root.user.toggleSplitMode(!splitMode.checked)
}
}