mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
refine the description of only_available.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
e077af5278
commit
4359f21c50
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ class ApplicationsAddonSettings(BaseSettingsModel):
|
|||
only_available: bool = SettingsField(
|
||||
True,
|
||||
title="Show only available applications",
|
||||
description="Enable to show only available applications in AYON Launcher"
|
||||
description="Enable to show only 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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue