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){
|
||||
root.notifications.askEnableSplitMode(user)
|
||||
} else {
|
||||
addressSelector.currentIndex = 0
|
||||
root.user.toggleSplitMode(!splitMode.checked)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user