mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 09:05:09 +00:00
feat: add experimental support to hide channels from the popular page
This commit is contained in:
@@ -53,6 +53,8 @@ struct ConfigPreferences
|
||||
property show_nick : Bool = true
|
||||
property save_player_pos : Bool = false
|
||||
property enable_dearrow : Bool = false
|
||||
@[YAML::Field(ignore: true)]
|
||||
property hidden_channels : Array(String)? = nil
|
||||
|
||||
def to_tuple
|
||||
{% begin %}
|
||||
|
||||
Reference in New Issue
Block a user