alert before clean browsers

This commit is contained in:
Julian Freeman
2026-04-17 12:05:33 -04:00
parent ab1da1ff0e
commit 8764af1a56
7 changed files with 109 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ fn get_fast_cleaning_configs() -> Vec<CleaningConfig> {
Some(10),
true,
));
configs.push(CleaningConfig::new("回收站", "C:\\$Recycle.Bin", None, false));
configs.push(CleaningConfig::new("回收站", "C:\\$Recycle.Bin", None, true));
configs.push(CleaningConfig::new(
"内核转储文件",
"C:\\Windows\\LiveKernelReports",