1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/workout-tracker_ynh.git synced 2024-09-03 20:36:03 +02:00

Change to boolean

This commit is contained in:
Thomas 2024-04-11 08:10:35 +02:00 committed by GitHub
parent 99b9eda168
commit d55eb58d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,8 +37,7 @@ ram.runtime = "50M"
[install.registration]
ask.en = "Do you want to autorize registrations to this app?"
type = "select"
choices = ["true", "false"]
type = "boolean"
default = false
optional = true