Merge pull request #5874 from ynput/enhancement/better-settings-label

This commit is contained in:
Milan Kolar 2023-11-06 22:12:13 +01:00 committed by GitHub
commit 3999be09a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ class ValidateBaseModel(BaseSettingsModel):
class CollectAnatomyInstanceDataModel(BaseSettingsModel):
_isGroup = True
follow_workfile_version: bool = Field(
True, title="Collect Anatomy Instance Data"
True, title="Follow workfile version"
)