do not allow to change storage folder as long as monitoring is active

This commit is contained in:
rootdarkarchon 2024-02-13 01:02:25 +01:00
parent 6f397d9b12
commit 432a337363
2 changed files with 28 additions and 25 deletions

View file

@ -535,7 +535,6 @@ public class SettingsUi : WindowMediatorSubscriberBase
+ UiSharedService.TooltipSeparator + "Hold CTRL to enable this button");
}
_uiShared.DrawCacheDirectorySetting();
ImGui.TextUnformatted($"Currently utilized local storage: {UiSharedService.ByteToString(_uiShared.FileCacheSize)}");
bool isLinux = Util.IsWine();