Appbar módosítás, projektnév az alcímben

This commit is contained in:
2026-06-12 09:04:02 +02:00
parent 43af5f5bc8
commit 71305e49f9
5 changed files with 38 additions and 10 deletions
+2
View File
@@ -157,6 +157,8 @@ class AppDatabase {
await db.insert('projects', {
'uuid': const Uuid().v4(),
'name': 'Alapértelmezett projekt',
'is_local_only': 0,
'status': 'active',
'created_at': now,
'updated_at': now,
});