feat: add experimental support to hide channels from the popular page

This commit is contained in:
Fijxu
2025-09-06 22:00:43 -04:00
parent acedcb7303
commit acba0c9091
9 changed files with 50 additions and 0 deletions

View File

@@ -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 %}