mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-15 14:32:50 +00:00
Fix subscription clearing when saving settings
This commit is contained in:
parent
43ed9756dc
commit
73732a2a44
3 changed files with 5 additions and 6 deletions
|
@ -18,7 +18,7 @@ struct SettingsTemplate {
|
|||
|
||||
// CONSTANTS
|
||||
|
||||
const PREFS: [&str; 10] = [
|
||||
const PREFS: [&str; 9] = [
|
||||
"theme",
|
||||
"front_page",
|
||||
"layout",
|
||||
|
@ -28,7 +28,6 @@ const PREFS: [&str; 10] = [
|
|||
"show_nsfw",
|
||||
"use_hls",
|
||||
"hide_hls_notification",
|
||||
"subscriptions",
|
||||
];
|
||||
|
||||
// FUNCTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue