allow disabling of banner
This commit is contained in:
@ -21,7 +21,7 @@ struct SettingsTemplate {
|
||||
|
||||
// CONSTANTS
|
||||
|
||||
const PREFS: [&str; 21] = [
|
||||
const PREFS: [&str; 22] = [
|
||||
"theme",
|
||||
"mascot",
|
||||
"redsunlib_colorway",
|
||||
@ -38,6 +38,7 @@ const PREFS: [&str; 21] = [
|
||||
"hide_hls_notification",
|
||||
"autoplay_videos",
|
||||
"hide_sidebar_and_summary",
|
||||
"hide_banner",
|
||||
"fixed_navbar",
|
||||
"hide_awards",
|
||||
"hide_score",
|
||||
|
Reference in New Issue
Block a user