1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 21:07:45 +00:00

Give account name to avatar

This commit is contained in:
Joshua Goins 2023-12-17 11:26:25 -05:00
parent 22a99ecbd8
commit 95ad51c6f5
2 changed files with 2 additions and 0 deletions

View file

@ -147,6 +147,7 @@ QQC2.Control {
description: LauncherCore.currentProfile.account.name
leading: Components.Avatar {
name: LauncherCore.currentProfile.account.name
source: LauncherCore.currentProfile.account.avatarUrl
}

View file

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