mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change layout of profiles
This commit is contained in:
parent
925ff8b86f
commit
9570d92411
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ def _ocio_built_in_paths():
|
||||||
|
|
||||||
|
|
||||||
class CoreImageIOConfigProfilesModel(BaseSettingsModel):
|
class CoreImageIOConfigProfilesModel(BaseSettingsModel):
|
||||||
|
_layout = "expanded"
|
||||||
host_names: list[str] = SettingsField(
|
host_names: list[str] = SettingsField(
|
||||||
default_factory=list,
|
default_factory=list,
|
||||||
title="Host names"
|
title="Host names"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue