Add setting to autoplay videos

This commit is contained in:
spikecodes
2021-10-25 21:27:55 -07:00
parent 546c8a4cda
commit 1d4ea50a45
8 changed files with 95 additions and 85 deletions

View File

@ -18,7 +18,7 @@ struct SettingsTemplate {
// CONSTANTS
const PREFS: [&str; 9] = [
const PREFS: [&str; 10] = [
"theme",
"front_page",
"layout",
@ -28,6 +28,7 @@ const PREFS: [&str; 9] = [
"show_nsfw",
"use_hls",
"hide_hls_notification",
"autoplay_videos",
];
// FUNCTIONS