This commit is contained in:
galister
2025-12-12 20:43:31 +09:00
parent c95e4a93f6
commit e1b209410e
7 changed files with 15 additions and 17 deletions

View File

@@ -189,7 +189,7 @@ where
}
OverlayTask::CleanupMirrors => {
let mut ids_to_remove = vec![];
for (oid, o) in self.overlays.iter() {
for (oid, o) in &self.overlays {
if !matches!(o.config.category, OverlayCategory::Mirror) {
continue;
}