mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 03:23:51 +02:00
fix default persist path from DS for new location
This commit is contained in:
parent
c251267c02
commit
0bf5526d97
1 changed files with 2 additions and 2 deletions
|
@ -386,8 +386,8 @@
|
||||||
"name": "persistFilename",
|
"name": "persistFilename",
|
||||||
"label": "Entities Filename",
|
"label": "Entities Filename",
|
||||||
"help": "the path to the file entities are stored in. Make sure the path exists.",
|
"help": "the path to the file entities are stored in. Make sure the path exists.",
|
||||||
"placeholder": "entities/models.json.gz",
|
"placeholder": "models.json.gz",
|
||||||
"default": "entities/models.json.gz",
|
"default": "models.json.gz",
|
||||||
"advanced": true
|
"advanced": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue