Add option to redirect homepage to subscription feed

This commit is contained in:
Omar Roth
2018-07-28 22:31:02 -05:00
parent 09d78c9d3a
commit 0d23f25a8c
3 changed files with 34 additions and 11 deletions

View File

@@ -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,