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

@ -105,4 +105,9 @@ Item {
colorScheme: root.colorScheme
notification: root.notifications.resetBridge
}
NotificationDialog {
colorScheme: root.colorScheme
notification: root.notifications.deleteAccount
}
}