1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 22:59:15 +00:00

hide updating... notify if DAEMON_REFRESH_ONLY

This commit is contained in:
Andrew Dolgov
2006-06-08 13:03:09 +01:00
parent e8614131e8
commit 0d51e25dfb
3 changed files with 7 additions and 4 deletions

View File

@@ -1719,6 +1719,7 @@
print "<param key=\"daemon_enabled\" value=\"" . ENABLE_UPDATE_DAEMON . "\"/>";
print "<param key=\"feeds_frame_refresh\" value=\"" . FEEDS_FRAME_REFRESH . "\"/>";
print "<param key=\"daemon_refresh_only\" value=\"" . DAEMON_REFRESH_ONLY . "\"/>";
print "<param key=\"on_catchup_show_next_feed\" value=\"" .
get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED") . "\"/>";