eric6/ViewManager/ViewManager.py

changeset 7955
567f2ec958c3
parent 7923
91e843545d9a
child 8000
47b15df088e4
--- 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

eric ide

mercurial