mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 00:12:22 -06:00
fix: Fixed saved views bug, formatted files, minor changes
This commit is contained in:
@@ -14,8 +14,8 @@ class ClearCacheSetting extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return ListTile(
|
||||
title: const Text("Clear downloaded files"), //TODO: INTL
|
||||
subtitle:
|
||||
const Text("Deletes all files downloaded from this app."), //TODO: INTL
|
||||
subtitle: const Text(
|
||||
"Deletes all files downloaded from this app."), //TODO: INTL
|
||||
onTap: () async {
|
||||
final dir = await FileService.downloadsDirectory;
|
||||
final deletedSize = _dirSize(dir);
|
||||
|
||||
Reference in New Issue
Block a user