Update ImportSettingsEditorWindow.cs

This commit is contained in:
Matias Lavik 2022-09-26 21:10:14 +02:00 коммит произвёл GitHub
Родитель a6171eff57
Коммит dd04467db8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ namespace UnityVolumeRendering
EditorGUILayout.LabelField("SimpleITK", headerStyle);
EditorGUILayout.Space();
EditorGUILayout.LabelField("SimpleITK is a library that adds support for JPEG-compressed DICOM, as well as NRRD and NIFTI formats.\n" +
"Enabling it will start a download of ca 100MBs of binaries. It currently only works on Windows (Linux is WIP)", EditorStyles.wordWrappedLabel);
"Enabling it will start a download of ca 100MBs of binaries. Supported platforms: Windows, Linux, MacOS.", EditorStyles.wordWrappedLabel);
if (!SimpleITKManager.IsSITKEnabled())
{