add missing settings to restore settings url

This commit is contained in:
JonnyCodewalker 2024-11-10 13:46:05 +01:00 committed by GitHub
parent f03bdcf472
commit 4879c701fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@
<div id="settings_note">
<p><b>Note:</b> settings and subscriptions are saved in browser cookies. Clearing your cookies will reset them.</p><br>
<p>You can restore your current settings and subscriptions after clearing your cookies using <a href="/settings/restore/?theme={{ prefs.theme }}&front_page={{ prefs.front_page }}&layout={{ prefs.layout }}&wide={{ prefs.wide }}&post_sort={{ prefs.post_sort }}&comment_sort={{ prefs.comment_sort }}&show_nsfw={{ prefs.show_nsfw }}&use_hls={{ prefs.use_hls }}&hide_hls_notification={{ prefs.hide_hls_notification }}&hide_awards={{ prefs.hide_awards }}&fixed_navbar={{ prefs.fixed_navbar }}&subscriptions={{ prefs.subscriptions.join("%2B") }}&filters={{ prefs.filters.join("%2B") }}">this link</a>.</p>
<p>You can restore your current settings and subscriptions after clearing your cookies using <a href="/settings/restore/?theme={{ prefs.theme }}&front_page={{ prefs.front_page }}&layout={{ prefs.layout }}&wide={{ prefs.wide }}&video_quality={{prefs.video_quality}}&post_sort={{ prefs.post_sort }}&comment_sort={{ prefs.comment_sort }}&blur_spoiler={{prefs.blur_spoiler}}&show_nsfw={{ prefs.show_nsfw }}&blur_nsfw={{prefs.blur_nsfw}}&autoplay_videos={{prefs.autoplay_videos}}&fixed_navbar={{ prefs.fixed_navbar }}&hide_sidebar_and_summary={{prefs.hide_sidebar_and_summary}}&use_hls={{ prefs.use_hls }}&hide_hls_notification={{ prefs.hide_hls_notification }}&hide_awards={{ prefs.hide_awards }}&hide_score={{prefs.hide_score}}&disable_visit_reddit_confirmation={{prefs.disable_visit_reddit_confirmation}}&subscriptions={{ prefs.subscriptions.join("%2B") }}&filters={{ prefs.filters.join("%2B") }}">this link</a>.</p>
</div>
</div>