hopefully fixed send

This commit is contained in:
Nico
2025-06-05 19:57:00 +02:00
parent a599c6fbc1
commit c01e2d73d9
4 changed files with 19 additions and 20 deletions

View File

@@ -84,7 +84,9 @@ class AddEntriesDialogHelper {
entryData: saveData,
isTemplate: isTemplate,
dbType: dbType,
sent: true
);
showSuccessDialog(context);
}
},