forked from midou/invidious
Add option to redirect homepage to subscription feed
This commit is contained in:
@@ -163,6 +163,11 @@ class Preferences
|
||||
nilable: true,
|
||||
default: "youtube",
|
||||
},
|
||||
redirect_feed: {
|
||||
type: Bool,
|
||||
nilable: true,
|
||||
default: false,
|
||||
},
|
||||
dark_mode: Bool,
|
||||
thin_mode: {
|
||||
type: Bool,
|
||||
|
||||
Reference in New Issue
Block a user