Fix manifest.toml option type

This commit is contained in:
Salamandar 2024-01-13 12:30:05 +01:00
parent 5e76bcc9ab
commit 1e5262c95a

View file

@ -31,7 +31,7 @@ ram.runtime = "50M"
[install.upgrade_level]
ask.en = "Choose the sources of packages to automatically upgrade"
ask.fr = "Choisissez les sources des paquets à mettre à jour automatiquement"
type = "string"
type = "select"
choices.security_only = "Security only"
choices.security_and_updates = "Security and updates"
default = "security_only"