Add History feed menu

This commit is contained in:
sf.nadeko.net ~root
2024-02-24 00:08:01 -03:00
committed by Fijxu
parent 03bf4592ce
commit d1051efd6e
7 changed files with 14 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ struct ConfigPreferences
property quality : String = "hd720"
property quality_dash : String = "auto"
property default_home : String? = "Popular"
property feed_menu : Array(String) = ["Popular", "Trending", "Subscriptions", "Playlists"]
property feed_menu : Array(String) = ["Popular", "Trending", "Subscriptions", "Playlists", "History"]
property automatic_instance_redirect : Bool = false
property region : String = "US"
property related_videos : Bool = true