fixes to intro UI, main UI, don't allow folder to be set to penumbra mod folder

This commit is contained in:
Stanley Dimant
2022-07-05 21:14:01 +02:00
parent 0b1a9ed34d
commit 3b5afb9a60
4 changed files with 24 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ namespace MareSynchronos.UI
_uiShared.DrawCacheDirectorySetting();
if (!_fileCacheManager.IsScanRunning)
if (!_fileCacheManager.IsScanRunning && !string.IsNullOrEmpty(_pluginConfiguration.CacheFolder))
{
UiShared.TextWrapped("You can adjust how many parallel threads will be used for scanning. Mind that ultimately it will depend on the amount of mods, your disk speed and your CPU. " +
"More is not necessarily better, the default of 10 should be fine for most cases.");