From b66baddbdf06d28d58856476e0535b8d6468fd2a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 9 Nov 2024 15:01:13 -0500 Subject: [PATCH] Change icon for the "Forgot ID or Password" button --- launcher/ui/Pages/LoginPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/ui/Pages/LoginPage.qml b/launcher/ui/Pages/LoginPage.qml index 0487dec..d192259 100644 --- a/launcher/ui/Pages/LoginPage.qml +++ b/launcher/ui/Pages/LoginPage.qml @@ -288,7 +288,7 @@ QQC2.Control { id: forgotPasswordButton text: i18n("Forgot ID or Password") - icon.name: "dialog-password" + icon.name: "question-symbolic" visible: !LauncherCore.currentProfile.account.isSapphire onClicked: applicationWindow().openUrl('https://secure.square-enix.com/account/app/svc/reminder') } @@ -340,4 +340,4 @@ QQC2.Control { } } } -} \ No newline at end of file +}