GODT-1460 GODT-1462: Adding delete account dialog and fixing status view brief and icon.

This commit is contained in:
Jakub
2021-12-10 09:29:35 +01:00
committed by Jakub Cuth
parent 38031b2fb9
commit ad6b84d4e0
3 changed files with 67 additions and 3 deletions

View File

@ -121,7 +121,7 @@ Item {
secondary: true
onClicked: {
if (!root.user) return
root.user.remove()
root.notifications.askDeleteAccount(root.user)
}
}
}