Some code organisation and recovery procedure fix

This commit is contained in:
2024-12-09 23:23:11 +01:00
parent 5f08435816
commit 3acafaea32
7 changed files with 305 additions and 234 deletions

View File

@@ -75,10 +75,10 @@ GridLayout
Component.onCompleted:
{
config.usernameNotAvailable.connect(usernameNotAvailable)
config.adminNotAvailable.connect(adminNotAvailable)
}
function usernameNotAvailable()
function adminNotAvailable()
{
benutzerName.placeholderText = qsTr ("Benutzername ist bereits vergeben")
benutzerName.clear()