add selection buttons

This commit is contained in:
Julian Freeman
2026-03-03 20:01:50 -04:00
parent 5cd6210dd2
commit 91936aab19
2 changed files with 44 additions and 3 deletions

View File

@@ -373,7 +373,12 @@ const BROWSER_CACHE_DIRS: &[&str] = &[
"Code Cache",
"GPUCache",
"Media Cache",
"Service Worker/CacheStorage"
"Service Worker/CacheStorage",
"Service Worker/ScriptCache",
"GrShaderCache",
"DawnCache",
"File System",
"blob_storage"
];
#[derive(Serialize, Clone)]