mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 16:36:55 +02:00
change default for models path to new directory
This commit is contained in:
parent
e69424e155
commit
fdeb00d4c2
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": "resources/models.json.gz",
|
||||
"default": "resources/models.json.gz",
|
||||
"placeholder": "entities/models.json.gz",
|
||||
"default": "entities/models.json.gz",
|
||||
"advanced": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue