mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
resolve hound
This commit is contained in:
parent
211d64c3de
commit
6fb59e3085
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class ShelfToolsModel(BaseSettingsModel):
|
|||
"""Name and Script Path are mandatory."""
|
||||
label: str = Field(title="Name")
|
||||
script: str = Field(title="Script Path")
|
||||
icon: str = Field( "", title="Icon Path")
|
||||
icon: str = Field("", title="Icon Path")
|
||||
help: str = Field("", title="Help text")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue