Explicit description to describe diff between ftrack and launcher

This commit is contained in:
Roy Nieterau 2024-10-04 12:04:14 +02:00
parent 5aa7e9c8ca
commit 5065e0e8db

View file

@ -303,8 +303,12 @@ class CoreSettings(BaseSettingsModel):
title="Project folder structure",
description=(
"Defines project folders to create on 'Create project folders'."
" When empty, the action will be hidden from users in the"
" launcher because there is nothing to create."
"\n\n"
"- In the launcher, this only creates the folders on disk and "
" when the setting is empty it will be hidden from users in the"
" launcher.\n"
"- In `ayon-ftrack` this will create the folders on disk **and**"
" will also create ftrack entities. It is never hidden there."
),
section="---"
)