Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2024-06-28 12:40:15 +12:00
19 changed files with 255 additions and 120 deletions

View File

@ -19,7 +19,7 @@ struct SettingsTemplate {
// CONSTANTS
const PREFS: [&str; 18] = [
const PREFS: [&str; 19] = [
"theme",
"mascot",
"front_page",
@ -27,6 +27,7 @@ const PREFS: [&str; 18] = [
"wide",
"comment_sort",
"post_sort",
"blur_spoiler",
"show_nsfw",
"blur_nsfw",
"use_hls",