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 +}