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:
parent
ec403a2fe7
commit
b66baddbdf
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue