feat: Update assets, bump version, update changelogs, minor visual improvements

This commit is contained in:
Anton Stubenbord
2023-12-20 00:47:10 +01:00
parent 9680054b35
commit 9451907423
24 changed files with 98 additions and 64 deletions

View File

@@ -115,11 +115,11 @@ class FileService {
formatBytes(await getDirSizeInBytes(consumptionDir));
logger.ft(
"Removing scans...",
"Clearing scans directory...",
className: runtimeType.toString(),
methodName: "clearUserData",
);
await _temporaryScansDirectory.delete(recursive: true);
await _temporaryScansDirectory.clear();
logger.ft(
"Removed $scanDirSize...",
className: runtimeType.toString(),