added require_restart on two entities in settings

This commit is contained in:
iLLiCiTiT 2021-05-26 20:24:58 +02:00
parent e2ae219495
commit 4f6b99fcd2

View file

@ -34,7 +34,8 @@
"key": "environment",
"label": "Environment",
"type": "raw-json",
"env_group_key": "global"
"env_group_key": "global",
"require_restart": true
},
{
"type": "splitter"
@ -44,7 +45,8 @@
"key": "openpype_path",
"label": "Versions Repository",
"multiplatform": true,
"multipath": true
"multipath": true,
"require_restart": true
}
]
}