editFeed: only try to reload feed tree in preferences if its actually there

This commit is contained in:
Andrew Dolgov 2020-09-15 18:55:34 +03:00
parent 3f9390c45f
commit 77faa5d523
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ const CommonDialogs = {
Notify.close();
if (App.isPrefs())
dijit.byId("feedTree").reload();
dijit.byId("feedTree") && dijit.byId("feedTree").reload();
else
Feeds.reload();