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:
parent
11d0e8d253
commit
305ee34ce8
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