mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 04:37:46 +00:00
Fix broken cancel button icon on the auto login page
This commit is contained in:
parent
8f0a4e1e1a
commit
5d72740f0c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Kirigami.Page {
|
|||
text: i18n("Logging in...")
|
||||
|
||||
helpfulAction: Kirigami.Action {
|
||||
icon.name: "Cancel"
|
||||
icon.name: "dialog-cancel"
|
||||
text: "Cancel"
|
||||
enabled: autoLoginTimer.running
|
||||
onTriggered: {
|
||||
|
|
Loading…
Add table
Reference in a new issue