mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 19:21:29 +00:00
add persistent storage for toolbar view options, bump schema
This commit is contained in:
@@ -2205,6 +2205,12 @@
|
||||
|
||||
print "<param key=\"cookie_lifetime\" value=\"" . SESSION_COOKIE_LIFETIME . "\"/>";
|
||||
|
||||
print "<param key=\"default_view_mode\" value=\"" .
|
||||
get_pref($link, "_DEFAULT_VIEW_MODE") . "\"/>";
|
||||
|
||||
print "<param key=\"default_view_limit\" value=\"" .
|
||||
sprintf("%d", get_pref($link, "_DEFAULT_VIEW_LIMIT")) . "\"/>";
|
||||
|
||||
print "</init-params>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user