This commit is contained in:
vishnukvmd
2025-07-03 14:39:56 +05:30
parent 745528a9f1
commit 9d24914c1c

View File

@@ -95,10 +95,10 @@ class _AppStorageViewerState extends State<AppStorageViewer> {
paths.addAll([
PathStorageItem.name(appDocumentsDirectory.path, "Documents"),
PathStorageItem.name(appSupportDirectory.path, "Support"),
PathStorageItem.name(appTemporaryDirectory.path, "App Temp"),
PathStorageItem.name(appTemporaryDirectory.path, "App temp"),
PathStorageItem.name(
personFaceThumbnails,
"Person Face Thumbnails",
"Face thumbnails",
allowCacheClear: true,
),
]);