1
Fork 0
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:
Joshua Goins 2023-10-11 12:59:50 -04:00
parent 774b131062
commit 833af3b9ff

View file

@ -31,6 +31,7 @@ FormCard.FormCardPage {
FormCard.FormButtonDelegate { FormCard.FormButtonDelegate {
text: account.name text: account.name
description: account.isSapphire ? i18n("Sapphire") : i18n("Square Enix")
leading: Components.Avatar { leading: Components.Avatar {
source: account.avatarUrl source: account.avatarUrl