mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +01:00
performance optimizations
This commit is contained in:
parent
afb1cf1429
commit
a75ff627b8
8 changed files with 45 additions and 104 deletions
|
|
@ -586,7 +586,6 @@ namespace MareSynchronos.UI
|
|||
private void DrawFileCacheSettings()
|
||||
{
|
||||
_uiShared.DrawFileScanState();
|
||||
_uiShared.DrawParallelScansSetting();
|
||||
_uiShared.DrawTimeSpanBetweenScansSetting();
|
||||
_uiShared.DrawCacheDirectorySetting();
|
||||
ImGui.Text($"Local cache size: {UiShared.ByteToString(_uiShared.FileCacheSize)}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue