mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added setting for update check interval
This commit is contained in:
parent
0c24c12075
commit
86c5f1cbd9
2 changed files with 21 additions and 18 deletions
|
|
@ -121,6 +121,11 @@ class CoreSettings(BaseSettingsModel):
|
|||
widget="textarea",
|
||||
scope=["studio"],
|
||||
)
|
||||
update_check_interval: int = SettingsField(
|
||||
5,
|
||||
title="Update check interval (minutes)",
|
||||
ge=0
|
||||
)
|
||||
disk_mapping: DiskMappingModel = SettingsField(
|
||||
default_factory=DiskMappingModel,
|
||||
title="Disk mapping",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue