Merge pull request #971 from ynput/bugfix/use-markdown-instead-html

Settings: Use markdown instead of html tags
This commit is contained in:
Roy Nieterau 2024-10-25 15:53:06 +02:00 committed by GitHub
commit 138debc17c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -459,8 +459,8 @@ class ExtractReviewFilterModel(BaseSettingsModel):
single_frame_filter: str = SettingsField(
"everytime", # codespell:ignore everytime
description=(
"Use output <b>always</b> / only if input <b>is 1 frame</b>"
" image / only if has <b>2+ frames</b> or <b>is video</b>"
"Use output **always** / only if input **is 1 frame**"
" image / only if has **2+ frames** or **is video**"
),
enum_resolver=extract_review_filter_enum
)