mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +01:00
do not allow to change storage folder as long as monitoring is active
This commit is contained in:
parent
6f397d9b12
commit
432a337363
2 changed files with 28 additions and 25 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue