disable empty notify() in refetch_callback w. daemon mode
This commit is contained in:
parent
9acd22e844
commit
0f088bfcde
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function refetch_callback() {
|
|||
notify("All feeds updated.");
|
||||
updateTitle("");
|
||||
} else {
|
||||
notify("");
|
||||
//notify("");
|
||||
}
|
||||
} catch (e) {
|
||||
exception_error("refetch_callback", e);
|
||||
|
|
Loading…
Reference in a new issue