Update server/settings/tools.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Ondřej Samohel 2024-08-19 15:17:12 +02:00 committed by GitHub
parent f0cfc968d8
commit 2e79075fe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,8 @@ class CreatorToolModel(BaseSettingsModel):
)
# TODO: change to False in next releases
use_legacy_product_names_for_renders: bool = SettingsField(
True, title="Use legacy product names for renders",
True,
title="Use legacy product names for renders",
description="Use product naming templates for renders. "
"This is for backwards compatibility enabled by default."
"When enabled, it will ignore any templates for renders "