mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Explicit description to describe diff between ftrack and launcher
This commit is contained in:
parent
5aa7e9c8ca
commit
5065e0e8db
1 changed files with 6 additions and 2 deletions
|
|
@ -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="---"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue