1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 14:01:29 +00:00

main toolbar: add dropbox to select headlines sort mode

This commit is contained in:
Andrew Dolgov
2008-09-09 04:30:12 +01:00
parent d0bd9acb41
commit 7b4d02a834
9 changed files with 59 additions and 10 deletions

View File

@@ -464,6 +464,7 @@ function init_second_stage() {
dropboxSelect(toolbar.view_mode, getInitParam("default_view_mode"));
dropboxSelect(toolbar.limit, getInitParam("default_view_limit"));
dropboxSelect(toolbar.order_by, getInitParam("default_view_order_by"));
daemon_enabled = getInitParam("daemon_enabled") == 1;
daemon_refresh_only = getInitParam("daemon_refresh_only") == 1;