Small improvements

This commit is contained in:
PartyDonut 2025-07-27 11:47:31 +02:00
parent 86ff355e21
commit b17a74bb23
10 changed files with 81 additions and 20 deletions

View file

@ -669,6 +669,7 @@ extension SyncNotifierHelpers on SyncNotifier {
for (var i = 0; i < itemsToDownload.length; i++) {
final item = itemsToDownload[i];
//No need to await file sync happens in the background
syncFile(item, false);
}