mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Add a little bit of account information on the accounts page
This commit is contained in:
parent
774b131062
commit
833af3b9ff
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ FormCard.FormCardPage {
|
|||
|
||||
FormCard.FormButtonDelegate {
|
||||
text: account.name
|
||||
description: account.isSapphire ? i18n("Sapphire") : i18n("Square Enix")
|
||||
|
||||
leading: Components.Avatar {
|
||||
source: account.avatarUrl
|
||||
|
|
Loading…
Add table
Reference in a new issue