1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Change icon for the "Forgot ID or Password" button

This commit is contained in:
Joshua Goins 2024-11-09 15:01:13 -05:00
parent ec403a2fe7
commit b66baddbdf

View file

@ -288,7 +288,7 @@ QQC2.Control {
id: forgotPasswordButton id: forgotPasswordButton
text: i18n("Forgot ID or Password") text: i18n("Forgot ID or Password")
icon.name: "dialog-password" icon.name: "question-symbolic"
visible: !LauncherCore.currentProfile.account.isSapphire visible: !LauncherCore.currentProfile.account.isSapphire
onClicked: applicationWindow().openUrl('https://secure.square-enix.com/account/app/svc/reminder') onClicked: applicationWindow().openUrl('https://secure.square-enix.com/account/app/svc/reminder')
} }