--- a/eric6/Project/ProjectResourcesBrowser.py Tue Jan 05 15:14:40 2021 +0100 +++ b/eric6/Project/ProjectResourcesBrowser.py Tue Jan 05 18:28:31 2021 +0100 @@ -23,6 +23,7 @@ from .ProjectBaseBrowser import ProjectBaseBrowser import UI.PixmapCache +from UI.NotificationWidget import NotificationTypes import Preferences import Utilities @@ -625,6 +626,7 @@ self.tr("Resource Compilation"), self.tr( "The compilation of the resource file failed."), + kind=NotificationTypes.Critical, timeout=0) self.compileProc = None