1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/octoprint_ynh.git synced 2024-09-03 19:46:26 +02:00

Set default public boolean to false in manifest

This commit is contained in:
Alexis Lothoré 2020-01-26 21:34:27 +01:00
parent 058d449f65
commit 7fa696de92

View file

@ -42,7 +42,7 @@
"en": "If public, your 3D printer will be accessible by anyone on internet",
"fr": "Dans ce cas, n'importe qui sur internet pourra utiliser votre imprimante"
},
"default": true
"default": false
}
]
}