diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 62744942b..a19049487 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -156,6 +156,7 @@ class ThemeManager(QtGui.QWidget): """ realThemeName = unicode(item.data(QtCore.Qt.UserRole).toString()) themeName = unicode(item.text()) + # If default theme restrict actions if realThemeName == themeName: self.deleteToolbarAction.setVisible(True) else: