refine the description of only_available.

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Mustafa Taher 2024-05-29 11:19:43 +03:00 committed by GitHub
parent e077af5278
commit 4359f21c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."