mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
add forced invoke scan for clearing cache dir, add forced rescan on pause
This commit is contained in:
parent
79b412b00a
commit
a02c872307
3 changed files with 11 additions and 4 deletions
|
|
@ -226,7 +226,7 @@ namespace MareSynchronos.UI
|
|||
|
||||
if (ImGui.Button("Start Scan##startScan"))
|
||||
{
|
||||
_fileCacheManager.InvokeScan();
|
||||
_fileCacheManager.InvokeScan(true);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue