mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
subscribe to feed: use client dialog
This commit is contained in:
@@ -838,7 +838,7 @@ const App = {
|
||||
if (this.is_prefs) {
|
||||
|
||||
this.hotkey_actions["feed_subscribe"] = () => {
|
||||
CommonDialogs.quickAddFeed();
|
||||
CommonDialogs.subscribeToFeed();
|
||||
};
|
||||
|
||||
this.hotkey_actions["create_label"] = () => {
|
||||
@@ -994,7 +994,7 @@ const App = {
|
||||
Feeds.toggleUnread();
|
||||
};
|
||||
this.hotkey_actions["feed_subscribe"] = () => {
|
||||
CommonDialogs.quickAddFeed();
|
||||
CommonDialogs.subscribeToFeed();
|
||||
};
|
||||
this.hotkey_actions["feed_debug_update"] = () => {
|
||||
if (!Feeds.activeIsCat() && parseInt(Feeds.getActive()) > 0) {
|
||||
@@ -1139,7 +1139,7 @@ const App = {
|
||||
Feeds.search();
|
||||
break;
|
||||
case "qmcAddFeed":
|
||||
CommonDialogs.quickAddFeed();
|
||||
CommonDialogs.subscribeToFeed();
|
||||
break;
|
||||
case "qmcDigest":
|
||||
window.location.href = "backend.php?op=digest";
|
||||
|
||||
Reference in New Issue
Block a user