Fix subscription clearing when saving settings

This commit is contained in:
spikecodes 2021-05-19 15:59:32 -07:00
parent 43ed9756dc
commit 73732a2a44
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 5 additions and 6 deletions

View file

@ -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