mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update the description of only_available
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
2bf8636980
commit
639d83755f
1 changed files with 4 additions and 5 deletions
|
|
@ -222,11 +222,10 @@ class ApplicationsAddonSettings(BaseSettingsModel):
|
|||
only_available: bool = SettingsField(
|
||||
True,
|
||||
title="Show only available applications",
|
||||
description="Enable to show available applications in AYON Launcher"
|
||||
" i.e. Show them if they are installed on the user"
|
||||
" machine. Note: AYON Launcher shows only the selected"
|
||||
" applications in project anatomy and this is another"
|
||||
" filter to ignore uninstalled apps."
|
||||
description="Enable to show only available applications in AYON Launcher"
|
||||
" for which the executable paths are found on the running machine."
|
||||
" This applies as an additional filter to the applications defined in a "
|
||||
" project's anatomy settings to ignore unavailable applications."
|
||||
)
|
||||
|
||||
@validator("tool_groups")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue