besprechung

This commit is contained in:
Nico
2025-06-06 19:46:29 +02:00
parent 7d85090d4e
commit ccf1643711
13 changed files with 256 additions and 210 deletions

View File

@@ -185,7 +185,7 @@ class _ViewEntriesState extends State<ViewEntries> {
mainEntries[index]["Datum"])),
),
trailing: Checkbox(
value: mainEntries[index]['Sent'] == 0
value: mainEntries[index]['Sent'] == "0" || mainEntries[index]["Sent"] == ""
? false
: true,
onChanged: null,