Revert "+"

This reverts commit 3c2bc096a9.
This commit is contained in:
NBA2K1 2026-02-04 20:04:42 +01:00
parent 5c2ef13b74
commit e5252183aa

View file

@ -418,7 +418,7 @@ class _CategoriesTabState extends ConsumerState<CategoriesTab>
onPressed: () async {
await isar.writeTxn(() async {
category.shouldUpdate =
!(category.shouldUpdate ?? false);
!(category.shouldUpdate ?? true);
category.updatedAt =
DateTime.now().millisecondsSinceEpoch;
isar.categorys.put(category);