mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-26 14:34:07 +01:00
Blur NSFW posts libreddit/spikecodes#482
Originally authored by NKIPSC <15067635+NKIPSC@users.noreply.github.com>
This commit is contained in:
@@ -447,6 +447,7 @@ pub struct Preferences {
|
||||
pub layout: String,
|
||||
pub wide: String,
|
||||
pub show_nsfw: String,
|
||||
pub blur_nsfw: String,
|
||||
pub hide_hls_notification: String,
|
||||
pub use_hls: String,
|
||||
pub autoplay_videos: String,
|
||||
@@ -478,6 +479,7 @@ impl Preferences {
|
||||
layout: setting(&req, "layout"),
|
||||
wide: setting(&req, "wide"),
|
||||
show_nsfw: setting(&req, "show_nsfw"),
|
||||
blur_nsfw: setting(&req, "blur_nsfw"),
|
||||
use_hls: setting(&req, "use_hls"),
|
||||
hide_hls_notification: setting(&req, "hide_hls_notification"),
|
||||
autoplay_videos: setting(&req, "autoplay_videos"),
|
||||
|
||||
Reference in New Issue
Block a user