Skip to content

Commit

Permalink
Change icon for the "Forgot ID or Password" button
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Nov 9, 2024
1 parent ec403a2 commit b66badd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/ui/Pages/LoginPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down Expand Up @@ -340,4 +340,4 @@ QQC2.Control {
}
}
}
}
}

0 comments on commit b66badd

Please sign in to comment.