mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 04:43:37 +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",
|
||||
"label": "Entities Filename",
|
||||
"help": "the path to the file entities are stored in. Make sure the path exists.",
|
||||
"placeholder": "entities/models.json.gz",
|
||||
"default": "entities/models.json.gz",
|
||||
"placeholder": "models.json.gz",
|
||||
"default": "models.json.gz",
|
||||
"advanced": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue