Disable automatic instance redirection by default

このコミットが含まれているのは:
syeopite 2021-06-14 04:59:36 -07:00 committed by syeopite
コミット 09f7e38eed
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 6FA616E5A5294A82
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -44,7 +44,7 @@ struct ConfigPreferences
property quality_dash : String = "auto"
property default_home : String? = "Popular"
property feed_menu : Array(String) = ["Popular", "Trending", "Subscriptions", "Playlists"]
property automatic_instance_redirect : Bool = true
property automatic_instance_redirect : Bool = false
property related_videos : Bool = true
property sort : String = "published"
property speed : Float32 = 1.0_f32