minor fixes

This commit is contained in:
Stanley Dimant
2022-09-18 18:09:39 +02:00
parent 6149d7eb73
commit 25e87e6ec2
3 changed files with 3 additions and 7 deletions

View File

@@ -454,7 +454,7 @@ namespace MareSynchronos.UI
{
ColorTextWrapped("Do not point the cache path directly to the Penumbra directory. If necessary, make a subfolder in it.", ImGuiColors.DalamudRed);
}
else if (!Directory.Exists(cacheDirectory) || !_isDirectoryWritable)
else if (!_isDirectoryWritable)
{
ColorTextWrapped("The folder you selected does not exist or cannot be written to. Please provide a valid path.", ImGuiColors.DalamudRed);
}