forked from Silverfish/proton-bridge
GODT-1534: Reset address when leaving split mode.
This commit is contained in:
@ -163,6 +163,7 @@ Item {
|
|||||||
if (!splitMode.checked){
|
if (!splitMode.checked){
|
||||||
root.notifications.askEnableSplitMode(user)
|
root.notifications.askEnableSplitMode(user)
|
||||||
} else {
|
} else {
|
||||||
|
addressSelector.currentIndex = 0
|
||||||
root.user.toggleSplitMode(!splitMode.checked)
|
root.user.toggleSplitMode(!splitMode.checked)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user