mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-22 17:10:57 +00:00
feat: adds hide summary sidebar option
This commit is contained in:
parent
27f25e0fb1
commit
b6f5831d10
7 changed files with 23 additions and 7 deletions
|
@ -577,6 +577,7 @@ pub struct Preferences {
|
|||
pub show_nsfw: String,
|
||||
pub blur_nsfw: String,
|
||||
pub hide_hls_notification: String,
|
||||
pub hide_sidebar_and_summary: String,
|
||||
pub use_hls: String,
|
||||
pub autoplay_videos: String,
|
||||
pub fixed_navbar: String,
|
||||
|
@ -611,6 +612,7 @@ impl Preferences {
|
|||
layout: setting(req, "layout"),
|
||||
wide: setting(req, "wide"),
|
||||
show_nsfw: setting(req, "show_nsfw"),
|
||||
hide_sidebar_and_summary: setting(req, "hide_sidebar_and_summary"),
|
||||
blur_nsfw: setting(req, "blur_nsfw"),
|
||||
use_hls: setting(req, "use_hls"),
|
||||
hide_hls_notification: setting(req, "hide_hls_notification"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue