WIP to setup the keys event

This commit is contained in:
Aurelien Vaillant
2024-08-13 18:15:38 +02:00
parent 1b28d953c2
commit 586d9e854e
2 changed files with 30 additions and 0 deletions
+7
View File
@@ -19,7 +19,14 @@ Application {
color: "#000B25"
focus: true
View.Login {}
}
Component.onCompleted: {
// Setup the login view to be focus on start
columnLogin.updateSelection();
}
}
}