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

Update config_panel.toml

This commit is contained in:
Éric Gaspar 2022-06-19 14:10:45 +02:00
parent a9e2c664b3
commit a1e3fbdb48
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -22,30 +22,6 @@ services = ["__APP__"]
help = "Choose a default theme for this instance" help = "Choose a default theme for this instance"
bind = "theme:__FINALPATH__/nitter.conf" bind = "theme:__FINALPATH__/nitter.conf"
[main.config.hls_playback]
ask = "Enable HLS"
type = "boolean"
yes = "true"
no = "false"
help = "Enable HLS video playback by default"
bind = "hlsPlayback:__FINALPATH__/nitter.conf"
[main.config.infinite_scroll]
ask = "Enable infinite scrolling"
type = "boolean"
yes = "true"
no = "false"
help = "Enable infinite scrolling by default"
bind = "infiniteScroll:__FINALPATH__/nitter.conf"
[main.config.proxy_videos]
ask = "Proxy Twitter videos"
type = "boolean"
yes = "true"
no = "false"
help = "Proxy Twitter videos through Nitter by default"
bind = "Scanner.Extractor:__FINALPATH__/nitter.conf"
[main.config.replace_reddit] [main.config.replace_reddit]
ask = "Libreddit instance" ask = "Libreddit instance"
type = "string" type = "string"