Merge branch 'main' into linuxero - Objects first step

This commit is contained in:
2025-02-27 14:43:59 +01:00
parent 6bf6ff3111
commit eacd3dacc7
2 changed files with 8 additions and 1 deletions

View File

@@ -112,6 +112,13 @@ ColumnLayout
// }
// }
function onObjectAdded(added)
{
if (!added)
console.log(qsTr("Fehler beim Objekt-Anlegen!"))
appLoader.source = "ObjectTable.qml"
}
function checkFields()
{
if(checkAddContact.checked)