mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 09:05:09 +00:00
feat: option to increase the number of videos shown on the popular page
This commit is contained in:
@@ -52,6 +52,7 @@ struct ConfigPreferences
|
||||
property vr_mode : Bool = true
|
||||
property show_nick : Bool = true
|
||||
property save_player_pos : Bool = false
|
||||
property enable_dearrow : Bool = false
|
||||
|
||||
def to_tuple
|
||||
{% begin %}
|
||||
@@ -241,6 +242,8 @@ class Config
|
||||
|
||||
property disable_livestreams : Bool = true
|
||||
|
||||
property max_popular_results : Int32 = 40
|
||||
|
||||
{% if flag?(:linux) %}
|
||||
property reload_config_automatically : Bool = true
|
||||
{% end %}
|
||||
|
||||
Reference in New Issue
Block a user