--- a/eric6/ViewManager/ViewManager.py Mon Jan 04 16:39:09 2021 +0100 +++ b/eric6/ViewManager/ViewManager.py Mon Jan 04 16:39:37 2021 +0100 @@ -6627,14 +6627,13 @@ dictionaryFile, str(err))) return - if self.ui.notificationsEnabled(): - self.ui.showNotification( - UI.PixmapCache.getPixmap("spellchecking48"), - QCoreApplication.translate( - 'ViewManager', "Edit Spelling Dictionary"), - QCoreApplication.translate( - 'ViewManager', - "The spelling dictionary was saved successfully.")) + self.ui.showNotification( + UI.PixmapCache.getPixmap("spellchecking48"), + QCoreApplication.translate( + 'ViewManager', "Edit Spelling Dictionary"), + QCoreApplication.translate( + 'ViewManager', + "The spelling dictionary was saved successfully.")) ################################################################## ## Below are general utility methods