From 833af3b9ffafe76f804fbf92925e972e26bdee37 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 11 Oct 2023 12:59:50 -0400 Subject: [PATCH] Add a little bit of account information on the accounts page --- launcher/ui/Settings/AccountsPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/ui/Settings/AccountsPage.qml b/launcher/ui/Settings/AccountsPage.qml index 3ee1f86..78f27ed 100644 --- a/launcher/ui/Settings/AccountsPage.qml +++ b/launcher/ui/Settings/AccountsPage.qml @@ -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