mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Change default value in config panel
This commit is contained in:
parent
73b44d5fc5
commit
8193e46b96
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
"id": "backup_before_upgrade",
|
"id": "backup_before_upgrade",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"help": "True to do a backup before every upgrade",
|
"help": "True to do a backup before every upgrade",
|
||||||
"default": false
|
"default": true
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue