add forced invoke scan for clearing cache dir, add forced rescan on pause

This commit is contained in:
Stanley Dimant
2022-09-25 14:53:04 +02:00
parent 79b412b00a
commit a02c872307
3 changed files with 11 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ namespace MareSynchronos.UI
if (ImGui.Button("Start Scan##startScan"))
{
_fileCacheManager.InvokeScan();
_fileCacheManager.InvokeScan(true);
}
}
else