add preference option

This commit is contained in:
2024-06-16 15:01:17 +12:00
parent 013e805ece
commit 5c73f043cd
4 changed files with 20 additions and 2 deletions

View File

@ -19,7 +19,7 @@ struct SettingsTemplate {
// CONSTANTS
const PREFS: [&str; 16] = [
const PREFS: [&str; 17] = [
"theme",
"front_page",
"layout",
@ -29,6 +29,7 @@ const PREFS: [&str; 16] = [
"show_nsfw",
"blur_nsfw",
"use_hls",
"ffmpeg_video_downloads",
"hide_hls_notification",
"autoplay_videos",
"hide_sidebar_and_summary",