1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00

Fix broken cancel button icon on the auto login page

This commit is contained in:
Joshua Goins 2024-03-22 18:18:19 -04:00
parent 8f0a4e1e1a
commit 5d72740f0c

View file

@ -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: {