add free drive space display, file compactor hint, recalculate size after compacting

This commit is contained in:
rootdarkarchon
2024-02-14 18:57:18 +01:00
committed by Loporrit
parent 08eb1d194a
commit 50990542fd
3 changed files with 23 additions and 7 deletions

View File

@@ -123,8 +123,6 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
public bool EditTrackerPosition { get; set; }
public long FileCacheSize => _cacheMonitor.FileCacheSize;
public bool HasValidPenumbraModPath => !(_ipcManager.PenumbraModDirectory ?? string.Empty).IsNullOrEmpty() && Directory.Exists(_ipcManager.PenumbraModDirectory);
public bool IsInGpose => _dalamudUtil.IsInCutscene;