mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
add edit feed to feed header context menu in grouped mode
This commit is contained in:
@@ -2185,6 +2185,12 @@ function initHeadlinesMenu() {
|
|||||||
catchupFeedInGroup(menu.callerRowId);
|
catchupFeedInGroup(menu.callerRowId);
|
||||||
}}));
|
}}));
|
||||||
|
|
||||||
|
menu.addChild(new dijit.MenuItem({
|
||||||
|
label: __("Edit feed"),
|
||||||
|
onClick: function(event) {
|
||||||
|
editFeed(menu.callerRowId);
|
||||||
|
}}));
|
||||||
|
|
||||||
menu.startup();
|
menu.startup();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user