Originally authored by NKIPSC <15067635+NKIPSC@users.noreply.github.com>
This commit is contained in:
Daniel Valentine
2022-09-26 19:35:23 -06:00
committed by GitHub
parent b263234dc2
commit 8ea797f880
7 changed files with 106 additions and 49 deletions

View File

@@ -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"),