From a1e3fbdb487b9f038397b467eab6ac790502000a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Jun 2022 14:10:45 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 7978e0d..89f383e 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -22,30 +22,6 @@ services = ["__APP__"] help = "Choose a default theme for this instance" 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] ask = "Libreddit instance" type = "string"