mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 05:51:28 +00:00
hide updating... notify if DAEMON_REFRESH_ONLY
This commit is contained in:
@@ -213,7 +213,7 @@ window.onload = init;
|
||||
<!-- <option>Edit this feed</option> -->
|
||||
<option disabled>--------</option>
|
||||
<option style="color : #5050aa" disabled>All feeds:</option>
|
||||
<? if (!ENABLE_UPDATE_DAEMON) { ?>
|
||||
<? if (!ENABLE_UPDATE_DAEMON && !DAEMON_REFRESH_ONLY) { ?>
|
||||
<option value="qmcUpdateFeeds"> Update</option>
|
||||
<? } ?>
|
||||
<option value="qmcCatchupAll"> Mark as read</option>
|
||||
|
||||
Reference in New Issue
Block a user