mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-20 11:42:33 +01:00
added leaving reddit dialog (#643)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user