1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-24 05:17:46 +00:00

Fix broken cancel button icon on the auto login page

(cherry picked from commit 5d72740f0c)
This commit is contained in:
Joshua Goins 2024-03-22 18:18:19 -04:00
parent 11d0e8d253
commit 305ee34ce8

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