do not auto-hide notify box when subscribing to feed
This commit is contained in:
parent
156a785dc2
commit
1ba6daf78e
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ function qaddFeed() {
|
|||
return false;
|
||||
}
|
||||
|
||||
notify_progress("Adding feed...");
|
||||
notify_progress(__("Subscribing to feed..."), true);
|
||||
|
||||
closeInfoBox();
|
||||
|
||||
|
|
Loading…
Reference in a new issue