mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
fixes to intro UI, main UI, don't allow folder to be set to penumbra mod folder
This commit is contained in:
parent
0b1a9ed34d
commit
3b5afb9a60
4 changed files with 24 additions and 11 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue