allow disabling of banner

This commit is contained in:
2025-01-13 14:15:35 +13:00
parent bfcc946baa
commit 200509255c
5 changed files with 17 additions and 2 deletions

View File

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