mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
add free drive space display, file compactor hint, recalculate size after compacting
This commit is contained in:
parent
372589d87f
commit
01e36f64ff
3 changed files with 23 additions and 7 deletions
|
|
@ -109,8 +109,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue