recoveryfile

This commit is contained in:
2024-12-09 16:35:54 +01:00
parent 1900100b54
commit 5f08435816
8 changed files with 183 additions and 349 deletions

View File

@@ -70,9 +70,13 @@ GridLayout
{
Layout.fillHeight: true
}
Component.onCompleted:
{
config.usernameNotAvailable.connect(usernameNotAvailable)
}
function usernameNotAvailable()
{
@@ -81,6 +85,7 @@ GridLayout
benutzerNamelabel.color = "red"
benutzerNamelabel.font.bold = true
}
}