feat(frontend): config option to disable video downloads

This commit is contained in:
Fijxu
2025-05-08 00:31:03 -04:00
parent ea587758a5
commit b9114cbb9d
2 changed files with 19 additions and 14 deletions

View File

@@ -244,6 +244,8 @@ class Config
property max_popular_results : Int32 = 40
property disable_video_downloads : Bool = false
{% if flag?(:linux) %}
property reload_config_automatically : Bool = true
{% end %}