added leaving reddit dialog (#643)

This commit is contained in:
potatoesAreGod
2023-02-08 00:22:37 -07:00
committed by Daniel Valentine
9 changed files with 196 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ struct SettingsTemplate {
// CONSTANTS
const PREFS: [&str; 12] = [
const PREFS: [&str; 13] = [
"theme",
"front_page",
"layout",
@@ -32,6 +32,7 @@ const PREFS: [&str; 12] = [
"hide_hls_notification",
"autoplay_videos",
"hide_awards",
"disable_visit_reddit_confirmation",
];
// FUNCTIONS