mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:55:56 +00:00
option DISPLAY_FEEDLIST_ACTIONS, consolidate actions in one dropbox
This commit is contained in:
16
tt-rss.js
16
tt-rss.js
@@ -467,6 +467,22 @@ function quickMenuGo() {
|
||||
displayDlg("quickDelFeed", actid);
|
||||
return;
|
||||
}
|
||||
|
||||
if (opname.match("Update")) {
|
||||
scheduleFeedUpdate(true);
|
||||
return;
|
||||
}
|
||||
|
||||
if (opname.match("Mark as read")) {
|
||||
catchupAllFeeds();
|
||||
return;
|
||||
}
|
||||
|
||||
if (opname.match("Toggle display read")) {
|
||||
toggleDispRead();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function qafAdd() {
|
||||
|
||||
Reference in New Issue
Block a user