mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #471 from ynput/enhancement/applications-update-inline-docs
Applications: update inline docs for `only_available` in applications addon settings
This commit is contained in:
commit
8366d2e8b4
1 changed files with 7 additions and 1 deletions
|
|
@ -212,7 +212,13 @@ class ApplicationsAddonSettings(BaseSettingsModel):
|
||||||
scope=["studio"]
|
scope=["studio"]
|
||||||
)
|
)
|
||||||
only_available: bool = SettingsField(
|
only_available: bool = SettingsField(
|
||||||
True, title="Show only available applications")
|
True,
|
||||||
|
title="Show only available applications",
|
||||||
|
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."
|
||||||
|
)
|
||||||
|
|
||||||
@validator("tool_groups")
|
@validator("tool_groups")
|
||||||
def validate_unique_name(cls, value):
|
def validate_unique_name(cls, value):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue