mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-21 14:29:14 +00:00
fix(rss): update info page
This commit is contained in:
parent
0c316b237d
commit
f83f9c1d7d
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ impl InstanceInfo {
|
|||
["Hide HLS notification", &convert(&self.config.default_hide_hls_notification)],
|
||||
["Subscriptions", &convert(&self.config.default_subscriptions)],
|
||||
["Filters", &convert(&self.config.default_filters)],
|
||||
["RSS enabled", &convert(&self.config.enable_rss)],
|
||||
])
|
||||
.with_header_row(["Default preferences"]),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue